Update release workflow for new flavor naming format

This commit is contained in:
Fabian Mastenbroek 2020-09-18 12:54:40 +02:00
parent cb53262e86
commit ce9c4ef6e5
No known key found for this signature in database
GPG key ID: 405FC6F81F0A7B85

View file

@ -2,7 +2,9 @@ name: Kernel Release
on:
push:
tags: v*
tags:
- v*
- flavor/*/v*
jobs:
build: