From e141d172c8cc80e7ef20628e7b4b82ae8181b3b3 Mon Sep 17 00:00:00 2001 From: Michael Jolley Date: Mon, 3 Aug 2026 17:41:04 -0500 Subject: [PATCH] Modify PR branch filters in CI configuration (#49646) Commented out branch filters for PRs to allow CI on stacked PRs. --- .pipelines/v2/ci.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.pipelines/v2/ci.yml b/.pipelines/v2/ci.yml index cb5511e994..52e9df3b53 100644 --- a/.pipelines/v2/ci.yml +++ b/.pipelines/v2/ci.yml @@ -12,10 +12,11 @@ trigger: # - '**.md' pr: - branches: - include: - - main - - stable +# Used to filter this to main & stable. However, this would bypass CI for stacked PRs. +# branches: +# include: +# - main +# - stable drafts: false # paths: # exclude: