Skip to content

Commit 8079ef8

Browse files
committed
Fix CI
1 parent a217919 commit 8079ef8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on: push
44
jobs:
55
pypi-publish:
66
name: Upload release to PyPI
7-
if: github.ref == 'refs/heads/master' # On main only
7+
if: github.ref == 'refs/heads/main' # On main only
88
runs-on: ubuntu-latest
99
environment:
1010
name: pypi

0 commit comments

Comments
 (0)