From 664d717e171f10a974219f6ceaf8ed0ffe2b3622 Mon Sep 17 00:00:00 2001 From: tooomm Date: Tue, 29 May 2018 01:29:19 +0200 Subject: [PATCH] skip branches with open pull requests (#3265) See https://www.appveyor.com/docs/appveyor-yml/ --- .appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 8f6b7d4d..1f7d3f33 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -17,6 +17,8 @@ skip_commits: - Dockerfile - LICENSE +skip_branch_with_pr: true + image: Visual Studio 2017 cache: