appveyor limit branch builds (#10112)

This commit is contained in:
Daniel Agar 2018-08-01 14:03:03 -04:00 committed by GitHub
parent b5092bd183
commit 2750541bfb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -1,6 +1,12 @@
# Build version
version: "{build}"
branches:
only:
- master
- beta
- stable
# Build worker image (build VM template)
image: Visual Studio 2017