1
0
Fork 0
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:
shivdudhani 2019-06-04 14:50:46 -07:00
parent b6b53a7203
commit 44458db7bf

View file

@ -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