Skip to content

Commit 47c2ebc

Browse files
authored
Fix publish CI branch name (main->master) (#1043)
1 parent c637775 commit 47c2ebc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ on:
88
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#filter-pattern-cheat-sheet
99
- "v*"
1010
branches:
11-
# Also run on every commit to main. This allows us to test the build & release pipeline and eventually leads to a
11+
# Also run on every commit to master. This allows us to test the build & release pipeline and eventually leads to a
1212
# Test PyPI release. Unlike with a tag push, this will not release a full PyPI release, nor create a GitHub release.
13-
- main
13+
- master
1414

1515
permissions:
1616
contents: read

0 commit comments

Comments
 (0)