root: run ci on version-* branches
This commit is contained in:
parent
4cbfaaa72b
commit
e930a1d0dc
|
@ -1,6 +1,7 @@
|
|||
trigger:
|
||||
- master
|
||||
- next
|
||||
- version-*
|
||||
|
||||
resources:
|
||||
- repo: self
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
trigger:
|
||||
- master
|
||||
- next
|
||||
- version-*
|
||||
|
||||
variables:
|
||||
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
trigger:
|
||||
- master
|
||||
- next
|
||||
- version-*
|
||||
|
||||
variables:
|
||||
${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}:
|
||||
|
|
Reference in New Issue