root: add next branch

This commit is contained in:
Jens Langhammer 2021-02-18 21:24:34 +01:00
parent e4f0613fab
commit 4a94f515b3
3 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,6 @@
trigger:
- master
- next
resources:
- repo: self

View File

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

View File

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