We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12d693c commit d0d6cb5Copy full SHA for d0d6cb5
.github/workflows/pypi.yml
@@ -1,5 +1,7 @@
1
name: Publish to PyPI
2
-on: push
+on:
3
+ push:
4
+ branches: [master]
5
jobs:
6
build:
7
runs-on: ubuntu-latest
0 commit comments