From d64e33ad36acb1a02a06094b17c835c3560c6c3f Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Tue, 26 Oct 2021 15:17:20 -0700 Subject: [PATCH] Add internal/release branches to build script --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 608886e56..519d13d23 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,7 @@ trigger: include: - main - release/* + - internal/release/* pr: autoCancel: false