Skip to content

Commit 342259f

Browse files
authored
Merge pull request #620 from ngageoint/petersontex-patch-1
Update pypi.yml
2 parents 40c8817 + ff9fcaa commit 342259f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
publish-to-pypi:
4444
name: Publish to PyPI
45-
if: startsWith(github.ref, 'refs/tags/v')
45+
if: startsWith(github.ref, 'refs/tags/v') || contains(github.ref, 'refs/heads/integration/')
4646
needs:
4747
- build
4848
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)