We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c88dab commit 1fb9933Copy full SHA for 1fb9933
1 file changed
.github/workflows/release_created.yaml
@@ -2,10 +2,7 @@ name: Github Release Created
2
3
on:
4
release:
5
- types:
6
- - edited
7
- - published
8
- - released
+ types: ["published"] # Inherits all input defaults
9
workflow_dispatch:
10
11
concurrency:
0 commit comments