From c570b42f80a5fc6bb0888b391bbbc68b7f856391 Mon Sep 17 00:00:00 2001 From: Guillaume Smet Date: Thu, 12 Dec 2019 19:38:53 +0100 Subject: [PATCH] Include the 1.1 branch in CI --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 995fffc88..0d1dde4c0 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -3,11 +3,13 @@ trigger: branches: include: - master + - '1.1' pr: branches: include: - master + - '1.1' paths: exclude: - docs/src/main/asciidoc/*