From d56a6761ee31d4d702cf98e1cd0022d6d8e9a3ca Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Sun, 15 Mar 2020 10:12:23 +0100 Subject: [PATCH] azure-pipelines: explicitely set branch/pr triggers It's currently broken, see https://status.dev.azure.com/_event/179641421 and this is the suggested workaround. --- azure-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c2c37c37b4..d9b9383a11 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,13 @@ +trigger: + branches: + include: + - '*' + +pr: + branches: + include: + - '*' + jobs: - job: MINGW timeoutInMinutes: 360