From 56ecc8b602a57b8677b48ee4783b4b0ce7c31e27 Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 7 Aug 2017 12:48:10 -0700 Subject: [PATCH] Avoid duplicated builds (branch + PR) on appveyor --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index c6eab8e4..74176035 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,9 @@ image: Visual Studio 2015 +branches: + only: + - master + platform: - x86 - x64