We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c637775 commit 47c2ebcCopy full SHA for 47c2ebc
.github/workflows/publish.yml
@@ -8,9 +8,9 @@ on:
8
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
9
- "v*"
10
branches:
11
- # Also run on every commit to main. This allows us to test the build & release pipeline and eventually leads to a
+ # Also run on every commit to master. This allows us to test the build & release pipeline and eventually leads to a
12
# Test PyPI release. Unlike with a tag push, this will not release a full PyPI release, nor create a GitHub release.
13
- - main
+ - master
14
15
permissions:
16
contents: read
0 commit comments