aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 4da2ecd3d..1f74f01a6 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -7,7 +7,6 @@ name: "CodeQL"
7 7
8on: 8on:
9 push: 9 push:
10 branches: [ master ]
11 paths-ignore: 10 paths-ignore:
12 - '.github/ISSUE_TEMPLATE/*' 11 - '.github/ISSUE_TEMPLATE/*'
13 - 'contrib/syntax/**' 12 - 'contrib/syntax/**'
@@ -30,8 +29,6 @@ on:
30 - SECURITY.md 29 - SECURITY.md
31 - src/firecfg/firecfg.config 30 - src/firecfg/firecfg.config
32 pull_request: 31 pull_request:
33 # The branches below must be a subset of the branches above
34 branches: [ master ]
35 paths-ignore: 32 paths-ignore:
36 - '.github/ISSUE_TEMPLATE/*' 33 - '.github/ISSUE_TEMPLATE/*'
37 - 'contrib/syntax/**' 34 - 'contrib/syntax/**'