diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2018-11-08 23:53:58 +0000 |
|---|---|---|
| committer | Jon Turney <jon.turney@dronecode.org.uk> | 2018-11-13 16:13:45 +0000 |
| commit | 3354a64056360acf3402a3d5c987c53c9f9b8c2d (patch) | |
| tree | 9d567c7ed0b011119578139f3c2e7a420c16c164 | |
| parent | a59978cfa2287fe2c116cd9edf53559306692fe9 (diff) | |
| download | meson-3354a64056360acf3402a3d5c987c53c9f9b8c2d.tar.gz | |
azure: Match release branch names as well
| -rw-r--r-- | azure-pipelines.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index abfd1a326..bab9bfa1f 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 |
