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.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 85110c17e..fa1ecfb84 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -9,8 +9,10 @@ on:
9 push: 9 push:
10 branches: [ master ] 10 branches: [ master ]
11 paths-ignore: 11 paths-ignore:
12 - '.github/ISSUE_TEMPLATE/*'
12 - 'etc/**' 13 - 'etc/**'
13 - .git-blame-ignore-revs 14 - .git-blame-ignore-revs
15 - .github/pull_request_template.md
14 - .gitignore 16 - .gitignore
15 - CONTRIBUTING.md 17 - CONTRIBUTING.md
16 - COPYING 18 - COPYING
@@ -22,8 +24,10 @@ on:
22 # The branches below must be a subset of the branches above 24 # The branches below must be a subset of the branches above
23 branches: [ master ] 25 branches: [ master ]
24 paths-ignore: 26 paths-ignore:
27 - '.github/ISSUE_TEMPLATE/*'
25 - 'etc/**' 28 - 'etc/**'
26 - .git-blame-ignore-revs 29 - .git-blame-ignore-revs
30 - .github/pull_request_template.md
27 - .gitignore 31 - .gitignore
28 - CONTRIBUTING.md 32 - CONTRIBUTING.md
29 - COPYING 33 - COPYING