Skip to content

Commit 57eedfb

Browse files
authored
[ci] Remove .NET branches from classic release trigger (#8218)
The "Xamarin.Android Release Definition Trigger" pipeline is used to create PRs into VS for classic Xamarin.Android, and should not run against branches that only produce .NET Android artifacts.
1 parent e3dc2fe commit 57eedfb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build-tools/automation/azure-pipelines-release-trigger.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ resources:
1212
trigger:
1313
stages:
1414
- post_build
15+
branches:
16+
exclude:
17+
- main
18+
- release/*
1519

1620
jobs:
1721
- job: release_trigger

0 commit comments

Comments
 (0)