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
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ master ]
|
||||
pull_request:
|
||||
branches: [ master ]
|
||||
on: [push, pull_request]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -23,7 +19,7 @@ jobs:
|
||||
- name: Install go-bindata
|
||||
run: |
|
||||
go get -u -v github.com/kevinburke/go-bindata/...
|
||||
|
||||
|
||||
- name: Build
|
||||
run: |
|
||||
make magneticod
|
||||
|
Loading…
Reference in New Issue
Block a user