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