aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/profile-checks.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/profile-checks.yml')
-rw-r--r--.github/workflows/profile-checks.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/profile-checks.yml b/.github/workflows/profile-checks.yml
index 6224359b9..813ab6033 100644
--- a/.github/workflows/profile-checks.yml
+++ b/.github/workflows/profile-checks.yml
@@ -4,17 +4,17 @@ on:
4 push: 4 push:
5 branches: [ master ] 5 branches: [ master ]
6 paths: 6 paths:
7 - .github/workflows/profile-checks.yml
8 - 'ci/check/profiles/**' 7 - 'ci/check/profiles/**'
9 - 'etc/**' 8 - 'etc/**'
9 - .github/workflows/profile-checks.yml
10 - contrib/sort.py 10 - contrib/sort.py
11 - src/firecfg/firecfg.config 11 - src/firecfg/firecfg.config
12 pull_request: 12 pull_request:
13 branches: [ master ] 13 branches: [ master ]
14 paths: 14 paths:
15 - .github/workflows/profile-checks.yml
16 - 'ci/check/profiles/**' 15 - 'ci/check/profiles/**'
17 - 'etc/**' 16 - 'etc/**'
17 - .github/workflows/profile-checks.yml
18 - contrib/sort.py 18 - contrib/sort.py
19 - src/firecfg/firecfg.config 19 - src/firecfg/firecfg.config
20 20