We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf7874e commit aba1f3dCopy full SHA for aba1f3d
.github/workflows/test-release.yml
@@ -1,6 +1,10 @@
1
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
2
3
-on: push
+on:
4
+ push:
5
+ branches:
6
+ - main
7
+ - 'releases/**'
8
9
jobs:
10
build:
0 commit comments