Don't restrict GitHub Actions to master

This commit is contained in:
John Gardiner Myers 2020-05-03 20:40:30 -07:00
parent 1620bf5ed3
commit f834963bad
1 changed files with 2 additions and 5 deletions

View File

@ -2,11 +2,8 @@
name: build
'on':
push:
branches:
- master
pull_request:
branches: ["*"]
- push
- pull_request
env:
GOPROXY: https://proxy.golang.org