aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-24 11:49:27 +0200
committerLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2021-04-24 11:49:27 +0200
commit23ea15fd7b46845c91bfd7d5df9e9c894e940d53 (patch)
tree0dc83cc5a5eaf377aea440eaafe7bc5bb46025f5 /.github
parentUpdate README.md & RELNOTES: add new profiles (diff)
downloadfirejail-23ea15fd7b46845c91bfd7d5df9e9c894e940d53.tar.gz
firejail-23ea15fd7b46845c91bfd7d5df9e9c894e940d53.tar.zst
firejail-23ea15fd7b46845c91bfd7d5df9e9c894e940d53.zip
Add some more paths-ignore to build-extra.yml
Diffstat (limited to '.github')
-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 40ba00db6..29f14788d 100644
--- a/.github/workflows/build-extra.yml
+++ b/.github/workflows/build-extra.yml
@@ -10,6 +10,9 @@ on:
10 - RELNOTES 10 - RELNOTES
11 - SECURITY.md 11 - SECURITY.md
12 - 'etc/**' 12 - 'etc/**'
13 - 'src/firecfg/firecfg.config'
14 - '.github/ISSUE_TEMPLATE/*'
15 - '.github/pull_request_template.md'
13 pull_request: 16 pull_request:
14 branches: [ master ] 17 branches: [ master ]
15 paths-ignore: 18 paths-ignore:
@@ -19,6 +22,9 @@ on:
19 - RELNOTES 22 - RELNOTES
20 - SECURITY.md 23 - SECURITY.md
21 - 'etc/**' 24 - 'etc/**'
25 - 'src/firecfg/firecfg.config'
26 - '.github/ISSUE_TEMPLATE/*'
27 - '.github/pull_request_template.md'
22 28
23jobs: 29jobs:
24 build-clang: 30 build-clang: