[Search] Enable CI and live test pipelines on search/stable branch (#28591)

This commit is contained in:
Daniel Getu 2024-02-27 16:49:02 -08:00 коммит произвёл GitHub
Родитель 42fd41b650
Коммит afe6c5ed76
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 3 добавлений и 1 удалений

Просмотреть файл

@ -1,11 +1,12 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
trigger:
branches:
include:
- main
- release/*
- hotfix/*
- search/stable
paths:
include:
- sdk/search/
@ -19,6 +20,7 @@ pr:
- feature/*
- release/*
- hotfix/*
- search/stable
exclude:
- feature/v4
paths: