From: Marc Hoersken Date: Sun, 15 Mar 2020 22:57:04 +0000 (+0100) Subject: ci/tests: fix Azure Pipelines not running for pull requests X-Git-Tag: curl-7_70_0~233 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=404d5f200b7281d88d05fccfa006362497878ad4;p=thirdparty%2Fcurl.git ci/tests: fix Azure Pipelines not running for pull requests Closes #5111 --- diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 4e6a17c257..17812e3276 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: