Skip to content

Commit 11f2ed6

Browse files
authored
[ci] Update post-build pipeline triggers (#20950)
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.
1 parent 40a8eba commit 11f2ed6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tools/devops/automation/post-build-pipeline.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ resources:
3434
source: xamarin-macios-ci
3535
trigger:
3636
branches:
37-
- release/*
38-
- net7.0
37+
- release/8*
3938
- net8.0
4039
- 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.).
4140
stages:

0 commit comments

Comments
 (0)