Skip to content

Commit 5713992

Browse files
authored
change references from master to main (#175)
1 parent 162f736 commit 5713992

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-wheels.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
push:
1616
branches:
17-
- "master"
17+
- "main"
1818
- "v*x"
1919
- "!auto-update-lockfiles"
2020
- "!pre-commit-ci-update-config"
@@ -103,8 +103,8 @@ jobs:
103103
needs: [build_bdist, build_sdist]
104104
name: "Publish to Test PyPI"
105105
runs-on: ubuntu-latest
106-
# upload to Test PyPI for every commit on master branch
107-
if: github.event_name == 'push' && github.event.ref == 'refs/heads/master'
106+
# upload to Test PyPI for every commit on main branch
107+
if: github.event_name == 'push' && github.event.ref == 'refs/heads/main'
108108
steps:
109109
- uses: actions/download-artifact@v3
110110
with:

0 commit comments

Comments
 (0)