Skip to content

Commit

Permalink
Added edited event type to triggers for publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickroberts committed Oct 7, 2020
1 parent 8d583b4 commit b537a0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
name: publish
on:
release:
types:
- published
types: [published, edited]
jobs:
publish:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b537a0f

Please sign in to comment.