Skip to content

Commit 75ea1c5

Browse files
authored
Skip bundled installer tests on pushes to develop (#9471)
1 parent b5d2f1c commit 75ea1c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/run-bundle-test.yml

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: Run bundle test
22

33
on:
44
push:
5+
branches-ignore:
6+
- develop # the daily release reaches GitHub before PyPI, and these fail in that window
7+
- master
58
pull_request:
69
branches-ignore: [ master ]
710

0 commit comments

Comments
 (0)