disable AppVeyor for branches other than master

This should disable AppVeyor from running against dev-v3 PRs.

Signed-off-by: Matthew Fisher <matt.fisher@microsoft.com>
pull/5416/head
Matthew Fisher 7 years ago
parent 3c86f112e2
commit 29264c5765
No known key found for this signature in database
GPG Key ID: 92AA783CBAAE8E3B

@ -1,4 +1,7 @@
version: "{build}"
branches:
only:
- master
clone_folder: c:\go\src\k8s.io\helm
environment:
GOPATH: c:\go

Loading…
Cancel
Save