aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/build.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.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.yml')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 75811d83a..3203e0677 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.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
@@ -12,7 +15,10 @@ on:
12 pull_request: 15 pull_request:
13 branches: [ master ] 16 branches: [ master ]
14 paths-ignore: 17 paths-ignore:
18 - .git-blame-ignore-revs
19 - .gitignore
15 - CONTRIBUTING.md 20 - CONTRIBUTING.md
21 - COPYING
16 - README 22 - README
17 - README.md 23 - README.md
18 - RELNOTES 24 - RELNOTES