diff options
-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 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 |