Skip to content

Commit

Permalink
Ignore changes to CHANGELOG.md files for the CI workflow (#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebraham authored Jan 10, 2024
1 parent fdc1dbf commit 6afc988
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@ name: CI
on:
pull_request:
paths-ignore:
- "**/CHANGELOG.md"
- "**/README.md"
push:
branches-ignore:
- "gh-readonly-queue/**"
paths-ignore:
- "**/CHANGELOG.md"
- "**/README.md"
merge_group:
workflow_dispatch:
Expand Down

0 comments on commit 6afc988

Please sign in to comment.