Modify PR branch filters in CI configuration (#49646)

Commented out branch filters for PRs to allow CI on stacked PRs.
This commit is contained in:
Michael Jolley
2026-08-03 17:41:04 -05:00
committed by GitHub
parent e5c63b2ea4
commit e141d172c8

View File

@@ -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: