From 1c7965a60d6b103f0c579a2891b907c360edce2f Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Sun, 15 Mar 2020 12:35:41 +0100 Subject: [PATCH] [ci] Fix azure not running (#20127) --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c7a64a698f5cee..860564edeb80be 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,6 +6,12 @@ trigger: - l10n - dependabot/* +# https://developercommunity.visualstudio.com/comments/949241/view.html +pr: + branches: + include: + - '*' + pool: vmImage: 'ubuntu-latest'