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:
Fabian Mastenbroek 2021-05-02 15:27:07 +02:00
parent 43407aed66
commit 8b6ff9e36a
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -3,7 +3,7 @@ name: Kernel Release
on:
pull_request:
types: [closed]
tags:
branches:
- v*
- flavor/*/v*
workflow_dispatch: