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
|
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
|
||||||
|
|
Loading…
Reference in New Issue