From 052ac2169bc2944d61cd16617962c5580d37aa76 Mon Sep 17 00:00:00 2001 From: Ryland <41491307+ryalanms@users.noreply.github.com> Date: Wed, 17 Mar 2021 11:00:10 -0700 Subject: [PATCH] Enable build triggers after default branch rename from master to main --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3340d1f59da..24e4c74a572 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -36,6 +36,7 @@ trigger: batch: true branches: include: + - main - release/3.* - release/5.* - internal/release/5.* @@ -48,6 +49,7 @@ pr: autoCancel: true branches: include: + - main - release/3.* - internal/release/3.* - release/5.*