From bfcd0044974cc1cc18bad445e15be31d3629d728 Mon Sep 17 00:00:00 2001 From: Emil Hessman Date: Mon, 29 Jun 2015 20:04:07 +0200 Subject: [PATCH] AppVeyor: only build master branch AppVeyor builds all branches per default. Add a configuration setting to only build the master branch. See http://www.appveyor.com/docs/branches#white-and-blacklisting for details. For the record, AppVeyor builds can skipped by annotating the commit message according to http://www.appveyor.com/docs/how-to/skip-build Useful for e.g. website commits. [skip appveyor] --- appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 859f053c5..202456f58 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,6 +4,10 @@ version: "{build}" skip_tags: true +branches: + only: + - master + os: Windows Server 2012 R2 environment: