From 404d5f200b7281d88d05fccfa006362497878ad4 Mon Sep 17 00:00:00 2001 From: Marc Hoersken Date: Sun, 15 Mar 2020 23:57:04 +0100 Subject: ci/tests: fix Azure Pipelines not running for pull requests Closes #5111 --- .azure-pipelines.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) (limited to '.azure-pipelines.yml') diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 4e6a17c25..17812e327 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -4,8 +4,16 @@ # https://aka.ms/yaml trigger: -- 'master' -- '*/ci' + branches: + include: + - 'master' + - '*/ci' + +pr: + branches: + include: + - 'master' + - '*/ci' stages: -- cgit v1.2.3