Updating workflows (#2344)
This commit is contained in:
parent
7a7f1240bc
commit
08d16218f2
2 changed files with 9 additions and 9 deletions
6
.github/workflows/release-workflow.yml
vendored
6
.github/workflows/release-workflow.yml
vendored
|
|
@ -2,10 +2,8 @@ name: Release Workflow
|
|||
|
||||
on:
|
||||
pull_request:
|
||||
types:
|
||||
- closed
|
||||
branches:
|
||||
- 'release/**'
|
||||
branches: [ release/** ]
|
||||
types: [ closed ]
|
||||
|
||||
jobs:
|
||||
if_merged:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue