Trigger release on pull request completion
This change updates the release workflow to properly trigger when a pull request on the appropriate branch is merged.
This commit is contained in:
parent
43407aed66
commit
8b6ff9e36a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -3,7 +3,7 @@ name: Kernel Release
|
|||
on:
|
||||
pull_request:
|
||||
types: [closed]
|
||||
tags:
|
||||
branches:
|
||||
- v*
|
||||
- flavor/*/v*
|
||||
workflow_dispatch:
|
||||
|
|
Loading…
Reference in a new issue