run GH actions on all push and PRs
This commit is contained in:
parent
1e3604c274
commit
0c515a8f61
8
.github/workflows/go.yml
vendored
8
.github/workflows/go.yml
vendored
@ -1,10 +1,6 @@
|
|||||||
name: Go
|
name: Go
|
||||||
|
|
||||||
on:
|
on: [push, pull_request]
|
||||||
push:
|
|
||||||
branches: [ master ]
|
|
||||||
pull_request:
|
|
||||||
branches: [ master ]
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
@ -23,7 +19,7 @@ jobs:
|
|||||||
- name: Install go-bindata
|
- name: Install go-bindata
|
||||||
run: |
|
run: |
|
||||||
go get -u -v github.com/kevinburke/go-bindata/...
|
go get -u -v github.com/kevinburke/go-bindata/...
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: |
|
run: |
|
||||||
make magneticod
|
make magneticod
|
||||||
|
Loading…
Reference in New Issue
Block a user