Skip to content

Commit

Permalink
github: run publish workflow on release update
Browse files Browse the repository at this point in the history
now it runs on created + updated events.
  • Loading branch information
wwade committed Apr 2, 2021
1 parent 6d2f39e commit 86e573a
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 @@ -5,7 +5,7 @@ name: Upload Python Package

on:
release:
types: [created]
types: [created, edited]

jobs:
deploy:
Expand Down

0 comments on commit 86e573a

Please sign in to comment.