Skip to content

Commit

Permalink
Trigger test suite on bugfix releases by checking NEWS.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Aug 8, 2024
1 parent e98cc5c commit db2f39b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ jobs:
- "src/**"
- "tests/**"
- "noxfile.py"
# The test suite should also run when cutting a release
# (which is the only time this file is modified).
- "NEWS.rst"
if: github.event_name == 'pull_request'

packaging:
Expand Down

0 comments on commit db2f39b

Please sign in to comment.