We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6738cd commit 57c149aCopy full SHA for 57c149a
.github/workflows/build_and_publish.yml
@@ -2,6 +2,8 @@ name: Build and upload to PyPI
2
3
on:
4
pull_request:
5
+ push:
6
+ branches: [main]
7
release:
8
types:
9
- published
0 commit comments