Skip to content

Commit 095f5a0

Browse files
authored
Merge pull request #31 from flcdrg/published
Change publish workflow to trigger on 'published'
2 parents 77bd002 + 75df66c commit 095f5a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Publish
33
on:
44
release:
55
types: # https://docs.github.com/en/developers/webhooks-and-events/webhook-events-and-payloads#release
6-
- released
6+
- published
77

88
jobs:
99
main:

0 commit comments

Comments
 (0)