From 25c86bd3bb730a9756c53d9decf846b266b58bf5 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 Signed-off-by: Cody Belcher --- .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: