From 4f7f61402a1e3de65eff033128a15b16d8b2f5c6 Mon Sep 17 00:00:00 2001 From: Shane Neuville Date: Fri, 9 Jan 2026 09:17:00 -0600 Subject: [PATCH] Add inflight/* branch trigger to UI tests pipeline The maui-pr-uitests pipeline was not running for PRs targeting inflight/* branches because they weren't included in the trigger configuration. This matches ci-device-tests.yml which already includes inflight/* branches. --- eng/pipelines/ci-uitests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/pipelines/ci-uitests.yml b/eng/pipelines/ci-uitests.yml index 47eca529d4fd..8889fe0ef34a 100644 --- a/eng/pipelines/ci-uitests.yml +++ b/eng/pipelines/ci-uitests.yml @@ -4,6 +4,7 @@ trigger: - main - release/* - net*.0 + - inflight/* tags: include: - '*' @@ -27,6 +28,7 @@ pr: - main - release/* - net*.0 + - inflight/* paths: include: - '*'