Browse Source

ensure to trigger GitHub Release workflow when pushed on release/current branch

Yuki Takei 6 years ago
parent
commit
3ecb50203d
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: GitHub Release
 on:
   push:
     branches:
-      - release
+      - release/current
 
 jobs:
   build: