Browse Source

modify release trigger

Yuki Takei 5 years ago
parent
commit
84bda8dc0b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      .github/workflows/release.yml

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

@@ -3,7 +3,8 @@ name: Release
 on:
   push:
     branches:
-      - release/**
+      - release/current
+      - release/*.*.*
 
 jobs:
   github-release: