aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build-extra.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/build-extra.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/build-extra.yml')
-rw-r--r--.github/workflows/build-extra.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build-extra.yml b/.github/workflows/build-extra.yml
index ff812ca32..9296062c1 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -4,7 +4,10 @@ on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths-ignore: 6 paths-ignore:
7 - .git-blame-ignore-revs
8 - .gitignore
7 - CONTRIBUTING.md 9 - CONTRIBUTING.md
10 - COPYING
8 - README 11 - README
9 - README.md 12 - README.md
10 - RELNOTES 13 - RELNOTES
@@ -16,7 +19,10 @@ on:
16 pull_request: 19 pull_request:
17 branches: [ master ] 20 branches: [ master ]
18 paths-ignore: 21 paths-ignore:
22 - .git-blame-ignore-revs
23 - .gitignore
19 - CONTRIBUTING.md 24 - CONTRIBUTING.md
25 - COPYING
20 - README 26 - README
21 - README.md 27 - README.md
22 - RELNOTES 28 - RELNOTES