root: run ci on version-* branches

This commit is contained in:
Jens Langhammer 2021-02-27 17:07:11 +01:00
parent 4cbfaaa72b
commit e930a1d0dc
3 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,7 @@
trigger: trigger:
- master - master
- next - next
- version-*
resources: resources:
- repo: self - repo: self

View File

@ -1,6 +1,7 @@
trigger: trigger:
- master - master
- next - next
- version-*
variables: variables:
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}: ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:

View File

@ -1,6 +1,7 @@
trigger: trigger:
- master - master
- next - next
- version-*
variables: variables:
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}: ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}: