Browse Source

update build workflows

Yuki Takei 6 years ago
parent
commit
09a1f6290d
1 changed files with 3 additions and 2 deletions
  1. 3 2
      .github/workflows/build.yml

+ 3 - 2
.github/workflows/build.yml

@@ -2,8 +2,9 @@ name: Release Docker Images
 
 
 on:
 on:
   push:
   push:
-    tags:
-      - v3.*.*
+    branches:
+      - tmp/release-**
+
 
 
 jobs:
 jobs: