Fix Github action trigger syntax

This commit is contained in:
Bastien Wirtz 2020-06-19 08:22:34 -07:00 committed by GitHub
parent 8d7ca88c46
commit 796a16c8da
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,7 @@ name: Upload Release Asset
on:
push:
tags:
- *
tags: [v*]
jobs:
build: