Skip to content

Commit 305f40a

Browse files
Fixed valgrind issue
1 parent 987add8 commit 305f40a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/dynamic_analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Dynamic Analysis
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [ "master", "experimental" ]
7+
pull_request:
8+
branches: [ "master", "experimental" ]
59

610
env:
711
BUILD_TYPE: Debug

.github/workflows/static_analysis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ name: Static Analysis
22

33
on:
44
workflow_dispatch:
5+
push:
6+
branches: [ "master", "experimental" ]
7+
pull_request:
8+
branches: [ "master", "experimental" ]
59

610
env:
711
BUILD_TYPE: Release

0 commit comments

Comments
 (0)