Parcourir la source

fix build workflow

Yuki Takei il y a 6 ans
Parent
commit
ae3ec81d34
1 fichiers modifiés avec 3 ajouts et 2 suppressions
  1. 3 2
      .github/workflows/build.yml

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

@@ -1,8 +1,9 @@
 name: Release Docker Images
 name: Release Docker Images
 
 
 on:
 on:
-  release:
-    types: [published]
+  push:
+    tags:
+      - v3.*.*
 
 
 jobs:
 jobs: