From 2a9a8cf8082248c82b70b3570cd33876f0ba0e4e Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Tue, 17 May 2022 13:40:08 +0200 Subject: [PATCH] Add stable-5 to the nightly CI runs. --- .azure-pipelines/azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.azure-pipelines/azure-pipelines.yml b/.azure-pipelines/azure-pipelines.yml index 34ff29a215..7cfa691e4a 100644 --- a/.azure-pipelines/azure-pipelines.yml +++ b/.azure-pipelines/azure-pipelines.yml @@ -24,6 +24,7 @@ schedules: always: true branches: include: + - stable-5 - stable-4 - cron: 0 11 * * 0 displayName: Weekly (old stable branches)