Commit 77e21f2a7a9e2bc2a09a7fa85f463c03ecadf97a
1 parent
37bface8
Fix TODO exclusion in main.yml
Showing
1 changed file
with
1 additions
and
1 deletions
.github/workflows/main.yml
| @@ -10,7 +10,7 @@ on: | @@ -10,7 +10,7 @@ on: | ||
| 10 | paths-ignore: | 10 | paths-ignore: |
| 11 | - 'ChangeLog' | 11 | - 'ChangeLog' |
| 12 | - 'README*' | 12 | - 'README*' |
| 13 | - - 'TODO' | 13 | + - 'TODO*' |
| 14 | pull_request: | 14 | pull_request: |
| 15 | schedule: | 15 | schedule: |
| 16 | # Building regularly with cron makes it safe for us to use | 16 | # Building regularly with cron makes it safe for us to use |