We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5d2f1c commit 75ea1c5Copy full SHA for 75ea1c5
.github/workflows/run-bundle-test.yml
@@ -2,6 +2,9 @@ name: Run bundle test
2
3
on:
4
push:
5
+ branches-ignore:
6
+ - develop # the daily release reaches GitHub before PyPI, and these fail in that window
7
+ - master
8
pull_request:
9
branches-ignore: [ master ]
10
0 commit comments