Skip to content

Commit d0d6cb5

Browse files
committed
ci: Only run PyPI on master (to not spam contributors with failures), closes #1261
1 parent 12d693c commit d0d6cb5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/pypi.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Publish to PyPI
2-
on: push
2+
on:
3+
push:
4+
branches: [master]
35
jobs:
46
build:
57
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)