Skip to content

Commit ac63d0f

Browse files
authored
Merge pull request #12904 from ichard26/patch-1
Trigger test suite on bugfix releases by checking NEWS.rst
2 parents 81041f7 + db2f39b commit ac63d0f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
- "src/**"
5656
- "tests/**"
5757
- "noxfile.py"
58+
# The test suite should also run when cutting a release
59+
# (which is the only time this file is modified).
60+
- "NEWS.rst"
5861
if: github.event_name == 'pull_request'
5962

6063
packaging:

0 commit comments

Comments
 (0)