Skip to content

Commit

Permalink
fix(ci): check for tagged reference to kick off pypi push(datahub-pro…
Browse files Browse the repository at this point in the history
  • Loading branch information
shirshanka authored and Masterchen09 committed Sep 4, 2022
1 parent 6d0902f commit 992c8ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
setup:
if: ${{ github.ref == 'refs/heads/master' }}
if: startsWith(github.ref, 'refs/tags/v')
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.tag.outputs.tag }}
Expand Down

0 comments on commit 992c8ec

Please sign in to comment.