From 2096ce49db228afccca469c138e407107b7b0701 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 21 Jul 2020 07:56:06 -0700 Subject: [PATCH] Enable builds of internal branches (#3591) --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1f3ac77ccf2..2223f463097 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,7 @@ variables: trigger: - master - release/* +- internal/release/* # trigger ci builds on pull requests into master and any release branches pr: