Skip to content

Commit

Permalink
chore(ci): remove paths-ignore from CI workflow (#572)
Browse files Browse the repository at this point in the history
While "optimal" to have these in place, they end up meaning that the CI
workflow doesn't run but it is required for merge -- preventing
non-repo-Admins from merging release PRs (mostly notably).
  • Loading branch information
jharley authored Nov 15, 2024
1 parent d58baef commit f8111b9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ name: CI
on:
workflow_dispatch:
push:
paths-ignore:
- README.md
- CHANGELOG.md
- CONTRIBUTING.md
schedule:
# run CI nightly at 00:11UTC
- cron: "11 0 * * *"
Expand Down

0 comments on commit f8111b9

Please sign in to comment.