From f2380f2c909a795f9352ab1b04e17b473828c721 Mon Sep 17 00:00:00 2001 From: Ladislau Szomoru <3372902+lszomoru@users.noreply.github.com> Date: Tue, 17 May 2022 12:49:52 +0200 Subject: [PATCH] Engineering - Run PR pipeline for the main branch (#149700) * Add trigger for the main branch * Add trigger for release branches --- build/azure-pipelines/product-build-pr.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/azure-pipelines/product-build-pr.yml b/build/azure-pipelines/product-build-pr.yml index 53fc0fb3c2e..21fbe295cc9 100644 --- a/build/azure-pipelines/product-build-pr.yml +++ b/build/azure-pipelines/product-build-pr.yml @@ -1,4 +1,6 @@ -trigger: none +trigger: + - main + - release/* pr: branches: