From 6b438821f67078f7bb0fc424e325d165497f2652 Mon Sep 17 00:00:00 2001 From: Jari Kolehmainen Date: Mon, 16 Mar 2020 17:24:03 +0200 Subject: [PATCH] enable pr builds Signed-off-by: Jari Kolehmainen --- .azure-pipelines.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 622ea2ba51..0075edfb26 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -1,7 +1,9 @@ variables: YARN_CACHE_FOLDER: $(Pipeline.Workspace)/.yarn AZURE_CACHE_FOLDER: $(Pipeline.Workspace)/.azure-cache -pr: none +pr: + - master + - releases/* trigger: branches: include: