Explorar o código

fix trigger of build workflow

Yuki Takei %!s(int64=6) %!d(string=hai) anos
pai
achega
cb904ced05
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      .github/workflows/build.yml

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

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