Browse Source

change trigger of release.yml

Yuki Takei 6 years ago
parent
commit
0f70242cf3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      .github/workflows/release.yml

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

@@ -2,8 +2,8 @@ name: Release Docker Images
 
 on:
   push:
-    branches:
-      - support/github-actions
+    tags:
+      - v3.*
 
 jobs:
   build: