- Notifications
You must be signed in to change notification settings - Fork7.7k
[release/v7.5]Fix release branch filters#24959
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
[release/v7.5]Fix release branch filters#24959
Uh oh!
There was an error while loading.Please reload this page.
Conversation
/azp run PowerShell-CI-linux-packaging, PowerShell-Windows-Packaging-CI |
Azure Pipelines could not run because the pipeline triggers exclude this branch/path. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
caa937a
intoPowerShell:release/v7.5Uh oh!
There was an error while loading.Please reload this page.
microsoft-github-policy-servicebot commentedFeb 5, 2025 • edited by unfurl-linksbot
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by unfurl-linksbot
Uh oh!
There was an error while loading.Please reload this page.
📣 Hey@TravisEz13, how did we do? We would love to hear your feedback with the link below! 🗣️ 🔗https://aka.ms/PSRepoFeedback |
Backport#24933
This pull request includes changes to the CI workflow configuration files for Linux, macOS, and Windows. The most important changes involve modifying the branch filters to streamline the CI process.
Changes to branch filters:
.github/workflows/linux-ci.yml
: Updated branch filters to includerelease/**
and removedfeature*
branches.[1][2].github/workflows/macos-ci.yml
: Updated branch filters to includerelease/**
and removedfeature*
branches.[1][2].github/workflows/windows-ci.yml
: Updated branch filters to includerelease/**
and removedfeature*
branches.[1][2]