From f5ccf88b3e064d6db4019a9a550a76fe06a2bd62 Mon Sep 17 00:00:00 2001 From: Scott Williams Date: Sat, 19 Aug 2017 11:32:00 +0100 Subject: [PATCH] readde skip branch build for PRs --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 60b13bcbc7..fd02903600 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,8 @@ version: 1.0.0.{build} image: Visual Studio 2017 +# prevent the double build when a branch has an active PR +skip_branch_with_pr: true install: - choco install gitversion.portable -pre -y