Trigger azure pipeline builds on the 4.0.x branch too

This commit is contained in:
Robin Dunn
2019-09-13 20:04:34 -07:00
parent e7fa84da92
commit 321362dbd5

View File

@@ -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