소스 검색

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 년 전
부모
커밋
8b6ff9e36a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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: