]> git.immae.eu Git - github/bastienwirtz/homer.git/commitdiff
Fix Github action trigger syntax master
authorBastien Wirtz <bastien.wirtz@gmail.com>
Fri, 19 Jun 2020 15:22:34 +0000 (08:22 -0700)
committerGitHub <noreply@github.com>
Fri, 19 Jun 2020 15:22:34 +0000 (08:22 -0700)
.github/workflows/main.yml

index 5139e31e7d3d0d06cde10ae29a52a387e06c54b8..886556dce5540640cd500fdbe3e47e765eeb79ca 100644 (file)
@@ -3,8 +3,7 @@ name: Upload Release Asset
 
 on:
   push:
-    tags: 
-      - *
+    tags: [v*]
 
 jobs:
   build: