Skip to content

Commit 768410c

Browse files
authored
Run profile-ckeck on workflow edits
1 parent 56ba1d2 commit 768410c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/profile-checks.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
push:
55
branches: [ master ]
66
paths:
7+
- .github/workflows/profile-checks.yml
78
- 'ci/check/profiles/**'
89
- 'etc/**'
910
- contrib/sort.py
1011
- src/firecfg/firecfg.config
1112
pull_request:
1213
branches: [ master ]
1314
paths:
15+
- .github/workflows/profile-checks.yml
1416
- 'ci/check/profiles/**'
1517
- 'etc/**'
1618
- contrib/sort.py

0 commit comments

Comments
 (0)