Browse Source

Update release workflow for new flavor naming format

Fabian Mastenbroek 5 years ago
parent
commit
ce9c4ef6e5
1 changed files with 3 additions and 1 deletions
  1. 3 1
      .github/workflows/release.yml

+ 3 - 1
.github/workflows/release.yml

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