Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit df4b85c

Browse files
authored
Add list-obsolete.py to the list of path triggers in check.yml
1 parent f18dad7 commit df4b85c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ on:
1111
paths:
1212
- '.github/workflows/check.yml'
1313
- '.github/prepmsg.sh'
14+
- '.github/scripts/list-obsolete.py'
1415
- 'Makefile'
1516
- 'requirements.txt'
1617
- '*.po'
@@ -20,7 +21,8 @@ on:
2021
- '3.12'
2122
paths:
2223
- '.github/workflows/check.yml'
23-
- '.github/prepmsg.sh'
24+
- '.github/prepmsg.sh'
25+
- '.github/scripts/list-obsolete.py'
2426
- 'Makefile'
2527
- 'requirements.txt'
2628
- '*.po'

0 commit comments

Comments
 (0)