From 61c89b0fbe9d2946d8303c08384af7b2bb1844a8 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 27 Dec 2018 18:56:07 -0800 Subject: Reduce extra appveyor builds by targeting only master and develop branches --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index d55322da..c1df03cc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,6 +3,11 @@ # Do NOT modify this file. Update the canonical version in Home\repo-template\src\appveyor.yml # then update all of the repos. +branches: + only: + - master + - develop + image: Visual Studio 2017 version: 0.0.0.{build} -- cgit v1.2.3-55-g6feb