1
0
mirror of https://github.com/taigrr/homer synced 2025-01-18 04:53:12 -08:00

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: