Skip to content

Commit c75345a

Browse files
committed
Fix conditional
1 parent e3ba3e1 commit c75345a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: Build and Publish to PyPI
3737
needs:
3838
- test
39-
if: "github.ref == 'refs/heads/master' && startsWith(github.ref, 'refs/tags/v')"
39+
if: "startsWith(github.ref, 'refs/tags/v')"
4040
runs-on: ubuntu-latest
4141
environment:
4242
name: pypi

0 commit comments

Comments
 (0)