From a6e7ac8b86067b0f487c4c026dbde6883328d681 Mon Sep 17 00:00:00 2001 From: Max Moroz Date: Wed, 26 Apr 2017 18:45:54 -0700 Subject: [PATCH] Skip AppVeyor builds for branches with PR --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index 2e52d2a763ce..45fc1f2d1e00 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -42,3 +42,5 @@ skip_commits: - .travis.yml - CREDITS - LICENSE + +skip_branch_with_pr: true