aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar rusty-snake <41237666+rusty-snake@users.noreply.github.com>2022-11-27 09:19:36 +0100
committerLibravatar GitHub <noreply@github.com>2022-11-27 09:19:36 +0100
commit768410cf5180b1cc4381f2f096cd7c553a2b0311 (patch)
tree361a77fd495476a4bb919015485d57737b8bd364 /.github/workflows
parentWorkflows: Change egress-policy to block (#5485) (diff)
downloadfirejail-768410cf5.tar.gz
firejail-768410cf5.tar.zst
firejail-768410cf5.zip
Run profile-ckeck on workflow edits
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/profile-checks.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index a6a784762..6224359b9 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -4,6 +4,7 @@ on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths: 6 paths:
7 - .github/workflows/profile-checks.yml
7 - 'ci/check/profiles/**' 8 - 'ci/check/profiles/**'
8 - 'etc/**' 9 - 'etc/**'
9 - contrib/sort.py 10 - contrib/sort.py
@@ -11,6 +12,7 @@ on:
11 pull_request: 12 pull_request:
12 branches: [ master ] 13 branches: [ master ]
13 paths: 14 paths:
15 - .github/workflows/profile-checks.yml
14 - 'ci/check/profiles/**' 16 - 'ci/check/profiles/**'
15 - 'etc/**' 17 - 'etc/**'
16 - contrib/sort.py 18 - contrib/sort.py