Procházet zdrojové kódy

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 před 4 roky
rodič
revize
8b6ff9e36a
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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: