Skip to content

Commit

Permalink
Run publish on push
Browse files Browse the repository at this point in the history
Signed-off-by: aapozd <[email protected]>
  • Loading branch information
aaletov committed Jun 10, 2024
1 parent d3c7c7f commit 7b36100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

publish-wheel:
runs-on: ubuntu-latest
if: github.event.action == 'create'
if: ${{github.event_name == 'push'}}
needs:
- linters
- pytest
Expand Down

0 comments on commit 7b36100

Please sign in to comment.