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 name: build
'on': 'on':
push: - push
branches: - pull_request
- master
pull_request:
branches: ["*"]
env: env:
GOPROXY: https://proxy.golang.org GOPROXY: https://proxy.golang.org