Only build pushes to master on Appveyor

To mirror Travis config, refs https://github.com/atom/atom/pull/8110
This commit is contained in:
Machisté N. Quintana 2016-01-10 09:48:13 -05:00 committed by Machiste Quintana
parent 9ded1d70f3
commit efb6dfdb8e

View File

@ -1,5 +1,9 @@
version: "{build}"
branches:
only:
- master
skip_tags: true
clone_folder: c:\projects\atom
clone_depth: 10