Merge pull request #5416 from bacongobbler/disable-non-master-branhces

disable AppVeyor for branches other than master
pull/5423/head
Matthew Fisher 7 years ago committed by GitHub
commit 2846564cfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save