aboutsummaryrefslogtreecommitdiff
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2018-11-08 23:53:58 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2018-11-13 16:13:45 +0000
commit3354a64056360acf3402a3d5c987c53c9f9b8c2d (patch)
tree9d567c7ed0b011119578139f3c2e7a420c16c164 /azure-pipelines.yml
parenta59978cfa2287fe2c116cd9edf53559306692fe9 (diff)
downloadmeson-3354a64056360acf3402a3d5c987c53c9f9b8c2d.zip
meson-3354a64056360acf3402a3d5c987c53c9f9b8c2d.tar.gz
meson-3354a64056360acf3402a3d5c987c53c9f9b8c2d.tar.bz2
azure: Match release branch names as well
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index abfd1a3..bab9bfa 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -4,6 +4,8 @@ trigger:
branches:
include:
- 'master'
+ # Release branches
+ - '0.*'
variables:
MESON_FIXED_NINJA: 1