mirror of https://github.com/bastienwirtz/homer
Fix Github action trigger syntax
parent
8d7ca88c46
commit
796a16c8da
|
@ -3,8 +3,7 @@ name: Upload Release Asset
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags: [v*]
|
||||||
- *
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
Loading…
Reference in New Issue