mirror of https://github.com/kubernetes/kops.git
Don't restrict GitHub Actions to master
This commit is contained in:
parent
1620bf5ed3
commit
f834963bad
|
@ -2,11 +2,8 @@
|
|||
name: build
|
||||
|
||||
'on':
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
branches: ["*"]
|
||||
- push
|
||||
- pull_request
|
||||
|
||||
env:
|
||||
GOPROXY: https://proxy.golang.org
|
||||
|
|
Loading…
Reference in New Issue