Skip to content
This repository has been archived by the owner on Jan 21, 2022. It is now read-only.

Commit

Permalink
run GH actions on all push and PRs
Browse files Browse the repository at this point in the history
boramalper committed Dec 23, 2020
1 parent 1e3604c commit 0c515a8
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0c515a8

Please sign in to comment.