From 490bf10a6cd0b20f90c33cbee404c5f117d29f2b Mon Sep 17 00:00:00 2001 From: alaviss Date: Sun, 15 Mar 2020 22:44:07 +0000 Subject: [PATCH] azure-pipelines: walkaround issues with triggers (#13657) See https://status.dev.azure.com/_event/179641421 (cherry picked from commit ae5094e1432cef8c32575915ae1e19deffe7df61) --- azure-pipelines.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e9b8c3fab7..f1551602ae 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,3 +1,12 @@ +trigger: + branches: + include: + - '*' +pr: + branches: + include: + - '*' + strategy: matrix: Linux_amd64: