Compare commits
No commits in common. "master" and "v0.1.3" have entirely different histories.
@ -2,8 +2,9 @@ name: "test"
|
|||||||
run-name: "test"
|
run-name: "test"
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
tags:
|
||||||
- master
|
- "v*"
|
||||||
|
- "!v*-beta*"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
@ -10,7 +10,7 @@ Use a tagged release to avoid unexpected changes that may come to the master bra
|
|||||||
uses: https://code.jakeyoungdev.com/actions/install-go@master
|
uses: https://code.jakeyoungdev.com/actions/install-go@master
|
||||||
with:
|
with:
|
||||||
commands: |
|
commands: |
|
||||||
code.jakeyoungdev.com/jake/mctl@v0.3.3
|
github.com/jake-young-dev/kelp@v0.0.9
|
||||||
```
|
```
|
||||||
|
|
||||||
#### Go verions
|
#### Go verions
|
||||||
|
Loading…
x
Reference in New Issue
Block a user