瀏覽代碼

change trigger of release.yml

Yuki Takei 6 年之前
父節點
當前提交
0f70242cf3
共有 1 個文件被更改,包括 2 次插入2 次删除
  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: