mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-08-29 10:09:43 +02:00
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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user