Răsfoiți Sursa

change trigger of release.yml

Yuki Takei 6 ani în urmă
părinte
comite
0f70242cf3
1 a modificat fișierele cu 2 adăugiri și 2 ștergeri
  1. 2 2
      .github/workflows/release.yml

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

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