From eb186f0098ae43d3e8d66781496767e12687fafd 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. --- .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 2e5b1837..89182196 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -29,7 +29,7 @@ schedules: always: true branches: include: - - stable-* + - stable-2 variables: - name: checkoutPath