We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f05dc6 commit 3d66f92Copy full SHA for 3d66f92
1 file changed
.github/workflows/publish.yml
@@ -2,7 +2,9 @@ name: Publish
2
3
on:
4
release:
5
- types: [published, edited]
+ types:
6
+ - published
7
+ - edited
8
9
jobs:
10
build:
0 commit comments