From d370256817cd40e3106f5e09474d05c08200211f Mon Sep 17 00:00:00 2001 From: Michael Keller Date: Sun, 17 Jan 2021 00:46:01 +1300 Subject: [PATCH] Adding explicit trigger for '4.2-maintenance' to the Azure configuration. --- azure-pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b4ac92f2d4..cff4b6142c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -19,11 +19,13 @@ variables: name: $(Build.RequestedFor)_$(Build.SourceBranchName)_$(BuildID) +# For some reason the trigger does not pick up on "*-maintenance" - manually adding the current maintenance branch for now trigger: batch: true branches: include: - master + - 4.2-maintenance - "*-maintenance" pr: @@ -31,6 +33,7 @@ pr: branches: include: - master + - 4.2-maintenance - "*-maintenance" stages: