We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a217919 commit 8079ef8Copy full SHA for 8079ef8
1 file changed
.github/workflows/ci-cd.yml
@@ -4,7 +4,7 @@ on: push
4
jobs:
5
pypi-publish:
6
name: Upload release to PyPI
7
- if: github.ref == 'refs/heads/master' # On main only
+ if: github.ref == 'refs/heads/main' # On main only
8
runs-on: ubuntu-latest
9
environment:
10
name: pypi
0 commit comments