run GH actions on all push and PRs

This commit is contained in:
Bora M. Alper 2020-12-23 09:36:16 +03:00
parent 1e3604c274
commit 0c515a8f61
No known key found for this signature in database
GPG Key ID: 8F1A9504E1BD114D

View File

@ -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