Try and use release branch prefix repo var in event trigger condition

This commit is contained in:
Max Goldfarb 2022-11-18 20:43:20 +00:00
Родитель 077c046f29
Коммит fa8d43711a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2,7 +2,7 @@ name: Release Branch Pull Request Handler
on:
pull_request:
branches:
- "MS-[0-9]+"
- "${{ vars.RELEASE_BRANCH_PREFIX }}-[0-9]+"
jobs:
deploy-to-uat-sandbox:
runs-on: ubuntu-latest