From bf52683c6c38a21e80ebb71cb59af7212f86e146 Mon Sep 17 00:00:00 2001 From: Oleg Nenashev Date: Fri, 9 Dec 2016 01:14:55 +0100 Subject: [PATCH] AppVeyor: Do not build feature branches in the PR builder --- appveyor.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index edd62be..7aa62d6 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,6 @@ -# Do not build on tags (GitHub and BitBucket) +# Do not build tags and feature branches skip_tags: true +skip_branch_with_pr: true # Project configuration image: Visual Studio 2013