Browse Source

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.
Fabian Mastenbroek 4 years ago
parent
commit
8b6ff9e36a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/release.yml

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

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