final fix with tag
This commit is contained in:
parent
e3de48359b
commit
07424e753f
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
name: Build and upload a binary on tag push
|
name: Build and upload a binary on tag push
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
tags: 'v*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
|
Loading…
Reference in a new issue