From 4a94f515b38b564101620e5458019cf7355f7a50 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Thu, 18 Feb 2021 21:24:34 +0100 Subject: [PATCH] root: add next branch --- azure-pipelines.yml | 1 + outpost/azure-pipelines.yml | 1 + web/azure-pipelines.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 3adc8b401..f087d013a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,5 +1,6 @@ trigger: - master + - next resources: - repo: self diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index 410df0d9a..012784ce3 100644 --- a/outpost/azure-pipelines.yml +++ b/outpost/azure-pipelines.yml @@ -1,5 +1,6 @@ trigger: - master + - next variables: ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}: diff --git a/web/azure-pipelines.yml b/web/azure-pipelines.yml index 32aaec773..45ba50d2f 100644 --- a/web/azure-pipelines.yml +++ b/web/azure-pipelines.yml @@ -1,5 +1,6 @@ trigger: - master + - next variables: ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}: