mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
build master only
This commit is contained in:
parent
b6b53a7203
commit
44458db7bf
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@ language: go
|
|||
go:
|
||||
- "1.12"
|
||||
|
||||
# safelist
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
# Skip the install step. Don't `go get` dependencies. Only build with the code
|
||||
# in vendor/
|
||||
install: true
|
||||
|
|
Loading…
Reference in a new issue