Only build master for AppVeyor

We only have one AppVeyor worker and building topic branches causes us
to build large backups in our queues. This is made worse when folks
are iterating on a PR because each push queues not only a PR
build (which we want) but also the topic branch build (which we don't
care about so much).
This commit is contained in:
Matt Ellis 2017-12-19 11:38:40 -08:00
parent 607b4990f5
commit 2443539473

View file

@ -3,6 +3,9 @@ image: Visual Studio 2017
configuration: Release
platform: x64
clone_folder: '%USERPROFILE%\go\src\github.com\pulumi\pulumi'
branches:
only:
- master
init:
- ps: Install-Product node 6.10.2 x64
environment: