From 4b87e67ff3ab6a3074dee1be870e6ec76029f8e3 Mon Sep 17 00:00:00 2001 From: Safi Date: Fri, 10 Apr 2026 16:01:14 +0100 Subject: [PATCH] Add v4 to CI branch triggers Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd113ca3..cd34b55e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,9 +2,9 @@ name: CI on: push: - branches: ["v1", "v2", "v3", "main"] + branches: ["v1", "v2", "v3", "v4", "main"] pull_request: - branches: ["v1", "v2", "v3", "main"] + branches: ["v1", "v2", "v3", "v4", "main"] jobs: test: