aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/codeql-analysis.yml
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-07-31 20:04:20 +0200
committerLibravatar GitHub <noreply@github.com>2022-07-31 20:04:20 +0200
commitb90516d4a09910213bebd19cbb79a9d61fd9e301 (patch)
treecd61c738215bf4f60eb52d362e1ed15baed3feea /.github/workflows/codeql-analysis.yml
parentMerge pull request #5248 from kmk3/build-gitignore-distdir (diff)
parentci: ignore git-related paths and the project license (diff)
downloadfirejail-b90516d4a09910213bebd19cbb79a9d61fd9e301.tar.gz
firejail-b90516d4a09910213bebd19cbb79a9d61fd9e301.tar.zst
firejail-b90516d4a09910213bebd19cbb79a9d61fd9e301.zip
Merge pull request #5249 from kmk3/ci-ignore-git-paths
ci: ignore git-related paths and the project license
Diffstat (limited to '.github/workflows/codeql-analysis.yml')
-rw-r--r--.github/workflows/codeql-analysis.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
index 4a8663124..4a09ad9d8 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -9,7 +9,10 @@ on:
9 push: 9 push:
10 branches: [ master ] 10 branches: [ master ]
11 paths-ignore: 11 paths-ignore:
12 - .git-blame-ignore-revs
13 - .gitignore
12 - CONTRIBUTING.md 14 - CONTRIBUTING.md
15 - COPYING
13 - README 16 - README
14 - README.md 17 - README.md
15 - RELNOTES 18 - RELNOTES
@@ -19,7 +22,10 @@ on:
19 # The branches below must be a subset of the branches above 22 # The branches below must be a subset of the branches above
20 branches: [ master ] 23 branches: [ master ]
21 paths-ignore: 24 paths-ignore:
25 - .git-blame-ignore-revs
26 - .gitignore
22 - CONTRIBUTING.md 27 - CONTRIBUTING.md
28 - COPYING
23 - README 29 - README
24 - README.md 30 - README.md
25 - RELNOTES 31 - RELNOTES