From b0d0dcad2ca3e04c18068e81654ff86335f19d43 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Tue, 12 Feb 2019 08:19:55 +0100 Subject: [PATCH] Don't run azure pipelines for PRs to master --- .appveyor.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 23538d63..bccd0f58 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -4,6 +4,11 @@ branches: - trying - /post-.*/ +pr: + branches: + exclude: + - master + build: false test_script: