From 10a5ad8eb762b76aafa2e24874b1cf58f75ebfe6 Mon Sep 17 00:00:00 2001 From: Ozan Gunalp Date: Wed, 18 Dec 2024 13:48:59 +0100 Subject: [PATCH] Run PR CI on 4.x branches, stop running for 3.x (#2867) --- .github/workflows/build-pull.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-pull.yml b/.github/workflows/build-pull.yml index 078721ff5..5093d0fd5 100644 --- a/.github/workflows/build-pull.yml +++ b/.github/workflows/build-pull.yml @@ -5,8 +5,8 @@ on: pull_request: branches: - main - - 3.x - - 3.13.x + - 4.x + - 4.24.x jobs: build: