[release/v7.6.4] Update CI workflow to also target servicing-* branches by SeeminglyScience · Pull Request #27654 · PowerShell/PowerShell · GitHub
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/linux-ci.yml
2 changes: 2 additions & 0 deletions .github/workflows/macos-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- master
- release/**
- github-mirror
- "servicing-*"
paths:
- "**"
- "*"
Expand All @@ -21,6 +22,7 @@ on:
- master
- release/**
- github-mirror
- "servicing-*"
- "*-feature"
# Path filters for PRs need to go into the changes job

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-ci.yml
Loading