aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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