Skip to content

Commit

Permalink
[ci] Remove .NET branches from classic release trigger (#8218)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
pjcollins authored Jul 26, 2023
1 parent e3dc2fe commit 57eedfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-tools/automation/azure-pipelines-release-trigger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ resources:
trigger:
stages:
- post_build
branches:
exclude:
- main
- release/*

jobs:
- job: release_trigger
Expand Down

0 comments on commit 57eedfb

Please sign in to comment.