We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 40c8817 + ff9fcaa commit 342259fCopy full SHA for 342259f
1 file changed
.github/workflows/pypi.yml
@@ -42,7 +42,7 @@ jobs:
42
43
publish-to-pypi:
44
name: Publish to PyPI
45
- if: startsWith(github.ref, 'refs/tags/v')
+ if: startsWith(github.ref, 'refs/tags/v') || contains(github.ref, 'refs/heads/integration/')
46
needs:
47
- build
48
runs-on: ubuntu-latest
0 commit comments