Sfoglia il codice sorgente

change trigger of release.yml

Yuki Takei 6 anni fa
parent
commit
0f70242cf3
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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: