From 3b7edbb643097a93c5ed49e7e523b5c29694e2d4 Mon Sep 17 00:00:00 2001 From: Greg Roth Date: Mon, 31 Mar 2025 19:12:03 -0600 Subject: [PATCH] Add staging branches to azure pipeline testing The name matches for azure pipelines to run excluded staging branches. This adds them in. Not sure this is desired, but it's here if we want it. --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 33c5349f9e..285fc4028a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,10 +1,12 @@ trigger: - main - release* + - staging* pr: - main - release* + - staging* resources: - repo: self