Skip to content

Commit

Permalink
actions: remove tags restriction on push
Browse files Browse the repository at this point in the history
Remove the tags restriction for publish, since we now publish everything
to Testpypi.

Signed-off-by: Rouven Czerwinski <[email protected]>
  • Loading branch information
Emantor committed Jan 25, 2023
1 parent 6ee8970 commit 118ae34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-pr-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ jobs:
build-and-release:
name: Release to Pypi
needs: push-pr-unit-tests
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
if: github.event_name == 'push'
uses: ./.github/workflows/build-and-release.yml

0 comments on commit 118ae34

Please sign in to comment.