From bc52cb89ef87f2d66e26f4bb242793be91ca65e9 Mon Sep 17 00:00:00 2001 From: Peter Collins Date: Wed, 29 Jan 2025 17:13:59 -0500 Subject: [PATCH] [ci] Add dev/* branches to CI trigger Adds dev branches to the CI trigger to kick off builds on these branches automatically now that PR build restrictions are in place for GitHub repos. --- build-tools/automation/azure-pipelines.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index 971e7d220..0625cda42 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -5,6 +5,7 @@ trigger: - release/* - d17-* - dependabot/* + - dev/* pr: branches: