root: run ci on version-* branches
This commit is contained in:
parent
4cbfaaa72b
commit
e930a1d0dc
|
@ -1,6 +1,7 @@
|
||||||
trigger:
|
trigger:
|
||||||
- master
|
- master
|
||||||
- next
|
- next
|
||||||
|
- version-*
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- repo: self
|
- repo: self
|
||||||
|
|
|
@ -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/') }}:
|
||||||
|
|
|
@ -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/') }}:
|
||||||
|
|
Reference in New Issue