Explorar el Código

Merge branch 'release/current'

Yuki Takei hace 6 años
padre
commit
3433f11c93
Se han modificado 2 ficheros con 2 adiciones y 4 borrados
  1. 2 2
      .github/workflows/build.yml
  2. 0 2
      .github/workflows/ci.yml

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

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

+ 0 - 2
.github/workflows/ci.yml

@@ -5,8 +5,6 @@ on:
     branches-ignore:
       - release/**
       - tmp/**
-    tags-ignore:
-      - v*.*.*
 
 jobs: