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 Nov 16, 2021
1 parent 83ff0ec commit 41398a8
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 41398a8

Please sign in to comment.