From b79190fded16a05c0934fb13241e2d0199ce3403 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 21 Jul 2020 12:36:59 -0700 Subject: [PATCH] Enable builds of internal branches (#24161) --- .azure/pipelines/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index 5f44f14fc3..62a8e30dc9 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -10,6 +10,7 @@ trigger: - blazor-wasm - master - release/* + - internal/release/* # Run PR validation on all branches pr: