Skip to content

Commit

Permalink
(docs): update pipeline trigger and add ado-feeds var group (#23262)
Browse files Browse the repository at this point in the history
updating trigger condition to ensure pipeline only triggers on client
release branches.

Also applied follow up to #23259
  • Loading branch information
zhenmichael authored Dec 5, 2024
1 parent 601d37f commit 17cd35b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/pipelines/publish-api-model-artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ parameters:
variables:
- group: doc-versions
- group: storage-vars
- group: ado-feeds
- name: repoToTrigger
value: microsoft/FluidFramework
- name: latestPipeline
Expand Down Expand Up @@ -82,7 +83,7 @@ variables:
trigger:
branches:
include:
- release/**
- release/client/*
pr: none

stages:
Expand Down

0 comments on commit 17cd35b

Please sign in to comment.