Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Update post-build pipeline triggers #20950

Merged
merged 1 commit into from
Jul 29, 2024
Merged
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
[ci] Update post-build pipeline triggers
This post-build pipeline should only run against net8.0 servicing
branches that don't have the commit (2abbaf9) that moved maestro
publishing into the regular build pipeline.
  • Loading branch information
pjcollins committed Jul 29, 2024
commit 869ea7782b82191a77bff31592e2591ac2af4dc5
3 changes: 1 addition & 2 deletions tools/devops/automation/post-build-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ resources:
source: xamarin-macios-ci
trigger:
branches:
- release/*
- net7.0
- release/8*
- net8.0
- release-test/* # this is for testing the release pipeline on branches without GitHub's branch protection (so we can automate tests without requiring commits to go through pull requests, etc.).
stages:
Expand Down