]> git.immae.eu Git - github/bastienwirtz/homer.git/blobdiff - .github/workflows/main.yml
Fix Github action trigger syntax
[github/bastienwirtz/homer.git] / .github / workflows / main.yml
index 5139e31e7d3d0d06cde10ae29a52a387e06c54b8..886556dce5540640cd500fdbe3e47e765eeb79ca 100644 (file)
@@ -3,8 +3,7 @@ name: Upload Release Asset
 
 on:
   push:
-    tags: 
-      - *
+    tags: [v*]
 
 jobs:
   build: