From 0c515a8f61ce9a24c1efa93f0a14dd7c43a191b7 Mon Sep 17 00:00:00 2001 From: "Bora M. Alper" Date: Wed, 23 Dec 2020 09:36:16 +0300 Subject: [PATCH] run GH actions on all push and PRs --- .github/workflows/go.yml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bde7ce1..139af38 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -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