From e930a1d0dc9f336bf405fb7bcab7fbccca7b4572 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Sat, 27 Feb 2021 17:07:11 +0100 Subject: [PATCH] root: run ci on version-* branches --- 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 f087d013a..e250ddcf8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -1,6 +1,7 @@ trigger: - master - next + - version-* resources: - repo: self diff --git a/outpost/azure-pipelines.yml b/outpost/azure-pipelines.yml index 012784ce3..eb704da05 100644 --- a/outpost/azure-pipelines.yml +++ b/outpost/azure-pipelines.yml @@ -1,6 +1,7 @@ trigger: - master - next + - version-* variables: ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}: diff --git a/web/azure-pipelines.yml b/web/azure-pipelines.yml index 45ba50d2f..024a1d9ad 100644 --- a/web/azure-pipelines.yml +++ b/web/azure-pipelines.yml @@ -1,6 +1,7 @@ trigger: - master - next + - version-* variables: ${{ if startsWith(variables['Build.SourceBranch'], 'refs/pull/') }}: