From 321362dbd5f1c0aec1da5c34883ced193140aada Mon Sep 17 00:00:00 2001 From: Robin Dunn <> Date: Fri, 13 Sep 2019 20:04:34 -0700 Subject: [PATCH] Trigger azure pipeline builds on the 4.0.x branch too --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 000c9314..88e21394 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -8,12 +8,14 @@ name: CI.$(Date:yyyyMMdd).$(Rev:.r) trigger: - master +- wxPy-4.0.x pr: autoCancel: true branches: include: - master + - wxPy-4.0.x jobs: - template: .azure/ci-linux-job.yml