azure: Match release branch names as well

pull/4500/head
Jon Turney 6 years ago
parent a59978cfa2
commit 3354a64056
No known key found for this signature in database
GPG Key ID: C7C86F0370285C81
  1. 2
      azure-pipelines.yml

@ -4,6 +4,8 @@ trigger:
branches:
include:
- 'master'
# Release branches
- '0.*'
variables:
MESON_FIXED_NINJA: 1

Loading…
Cancel
Save