From 2750541bfb362626e415ccb228c38dc562e1ed1d Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Wed, 1 Aug 2018 14:03:03 -0400 Subject: [PATCH] appveyor limit branch builds (#10112) --- appveyor.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index a5a38317dd..ec5338fc25 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,12 @@ # Build version version: "{build}" +branches: + only: + - master + - beta + - stable + # Build worker image (build VM template) image: Visual Studio 2017