Ver Fonte

change trigger of release.yml

Yuki Takei há 6 anos atrás
pai
commit
0f70242cf3
1 ficheiros alterados com 2 adições e 2 exclusões
  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: