From 1f07bda43a922bf88671c2cb715f92dbd71fb84e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Mon, 6 Feb 2023 09:28:15 +0100 Subject: [PATCH] Restrict regular CI runs on old branches to stable-2. (cherry picked from commit eb186f0098ae43d3e8d66781496767e12687fafd) --- .azure-pipelines/azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 61c47c2a..60599fbf 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -24,7 +24,7 @@ schedules: always: true branches: include: - - stable-* + - stable-2 variables: - name: checkoutPath