From cb1fa8bd313cb6f879524345eaf2bbb2baaeee11 Mon Sep 17 00:00:00 2001 From: OmniaGM Date: Tue, 11 Aug 2026 16:32:40 +0100 Subject: [PATCH] MINOR: Add 4.4 branch to CI --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a430aeb00fd8a..9373e307a8522 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,6 +20,7 @@ on: branches: - 'trunk' - '4.3' + - '4.4' schedule: - cron: '0 0 * * 6,0' # Run on Saturday and Sunday at midnight UTC @@ -29,6 +30,7 @@ on: branches: - 'trunk' - '4.3' + - '4.4' concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}