Skip to content

Switch stable pipeline trigger to release branches only#1003

Merged
bschnurr merged 1 commit intomicrosoft:mainfrom
bschnurr:bump/2026.4.0
Apr 23, 2026
Merged

Switch stable pipeline trigger to release branches only#1003
bschnurr merged 1 commit intomicrosoft:mainfrom
bschnurr:bump/2026.4.0

Conversation

@bschnurr
Copy link
Copy Markdown
Member

Changes the stable pipeline trigger from tag-based (v*) to branch-based (release/*).

Azure DevOps tag triggers fire on ANY matching tag regardless of branch, so pushing a tag from main also triggered the pipeline. Branch triggers give us the control we need — the pipeline only fires when the release branch is pushed to upstream.

Also updates release.agent.md to reflect the new trigger behavior.

Trigger on pushes to release/* branches instead of tag pushes.
This prevents the pipeline from firing on tags pushed to main.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@bschnurr bschnurr added the debt Code quality issues label Apr 23, 2026
@bschnurr bschnurr enabled auto-merge (squash) April 23, 2026 17:55
@bschnurr bschnurr merged commit 3d8287d into microsoft:main Apr 23, 2026
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

debt Code quality issues

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants