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:
- master
- next
- version-*
resources:
- repo: self

View File

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

View File

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