Skip to content

Commit

Permalink
update github action to trigger on pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb committed Jul 1, 2024
1 parent b993520 commit fe6123e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name: Upload Python Package
on:

push: {}

pull_request:
release:
types: [created]

Expand Down

0 comments on commit fe6123e

Please sign in to comment.