the trigger "edited" removed from the workflow.
This commit is contained in:
parent
742034ce82
commit
b17d094d0c
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ name: pre-release comment issues
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [published, edited]
|
||||
types: [published]
|
||||
|
||||
concurrency:
|
||||
group: ${{ github.workflow }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue