Skip to content

Commit

Permalink
Trigger test suite on bugfix releases by checking NEWS
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 authored Aug 8, 2024
1 parent e98cc5c commit 4b5dba5
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.
- "NEWS.rst"
if: github.event_name == 'pull_request'

packaging:
Expand Down

0 comments on commit 4b5dba5

Please sign in to comment.