We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 987add8 commit 305f40aCopy full SHA for 305f40a
.github/workflows/dynamic_analysis.yml
@@ -2,6 +2,10 @@ name: Dynamic Analysis
2
3
on:
4
workflow_dispatch:
5
+ push:
6
+ branches: [ "master", "experimental" ]
7
+ pull_request:
8
9
10
env:
11
BUILD_TYPE: Debug
.github/workflows/static_analysis.yml
@@ -2,6 +2,10 @@ name: Static Analysis
BUILD_TYPE: Release
0 commit comments