Skip to content

Commit

Permalink
feat: on every type of release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
matzar authored Oct 27, 2022
1 parent 65a3ce1 commit 0a8a4c1
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/published.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
name: Published
# trigger when a new tag is created
on: [release]
on:
release:
types:
- created
- edited
- prereleased
- released
- published
- unpublished
- deleted

jobs:
release:
Expand Down

0 comments on commit 0a8a4c1

Please sign in to comment.