Commit e1af26a3a76336113e3fc9061df32d7a58eb7469
Committed by
GitHub
Merge pull request #1646 from jberkenbilt/ci
Allow README change to trigger CI (for 12.3.0)
Showing
1 changed file
with
0 additions
and
4 deletions
.github/workflows/main.yml
| @@ -7,10 +7,6 @@ on: | @@ -7,10 +7,6 @@ on: | ||
| 7 | - main | 7 | - main |
| 8 | - build | 8 | - build |
| 9 | - build/* | 9 | - build/* |
| 10 | - paths-ignore: | ||
| 11 | - - 'ChangeLog' | ||
| 12 | - - 'README*' | ||
| 13 | - - 'TODO*' | ||
| 14 | pull_request: | 10 | pull_request: |
| 15 | schedule: | 11 | schedule: |
| 16 | # Building regularly with cron makes it safe for us to use | 12 | # Building regularly with cron makes it safe for us to use |