Update CI workflow to also target servicing-* branches#27612
Open
anamnavi wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
✅ Ready to approve
The change is a straightforward, correct update to workflow branch filters with no behavioral impact beyond enabling CI on the intended additional branch pattern.
Note: this review does not count toward required approvals for merging.
Pull request overview
This PR updates the primary CI workflow triggers so the existing Windows/macOS/Linux CI pipelines also run for branches named with the servicing-* prefix, aligning CI coverage with the branch strategy for servicing work.
Changes:
- Add
servicing-*toon.push.branchesso CI runs on direct pushes to servicing branches. - Add
servicing-*toon.pull_request.branchesso CI runs for PRs targeting servicing branches.
File summaries
| File | Description |
|---|---|
| .github/workflows/windows-ci.yml | Extends push/PR branch filters to include servicing-* for Windows CI runs. |
| .github/workflows/macos-ci.yml | Extends push/PR branch filters to include servicing-* for macOS CI runs. |
| .github/workflows/linux-ci.yml | Extends push/PR branch filters to include servicing-* for Linux CI runs. |
Copilot's findings
- Files reviewed: 3/3 changed files
- Comments generated: 0
Note
Your feedback helps us improve the quality of this feature.
Please use 👍 or 👎 to tell us whether this assessment is correct.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Summary
Update CI workflow to also target servicing-* branches
PR Context
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright header