Skip to content

Commit

Permalink
Merge pull request #31 from flcdrg/published
Browse files Browse the repository at this point in the history
Change publish workflow to trigger on 'published'
  • Loading branch information
flcdrg authored Apr 5, 2021
2 parents 77bd002 + 75df66c commit 095f5a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish
on:
release:
types: # https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#release
- released
- published

jobs:
main:
Expand Down

0 comments on commit 095f5a0

Please sign in to comment.