From e8cb78045d7d03b5014e1e6d781b71165db9b17d Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 30 Dec 2018 09:03:28 -0800 Subject: Reduce extra appveyor builds by targeting only master and develop branches --- appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'appveyor.yml') 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