From 2dea33352dfa8bc1a2fac0e68633a436227d1c2d Mon Sep 17 00:00:00 2001 From: Vishal Rana Date: Sun, 14 Jun 2026 09:26:50 -0700 Subject: [PATCH] ci: run workflows on the v4 branch, not just master The v4 LTS maintenance branch received no CI because both workflows triggered only on master (a stale snapshot from when v4 was the default branch). Add v4 to the push and pull_request branch filters so v4 PRs and pushes are tested. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/checks.yml | 2 ++ .github/workflows/echo.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ea859c306..89fb3ce85 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -4,9 +4,11 @@ on: push: branches: - master + - v4 pull_request: branches: - master + - v4 workflow_dispatch: permissions: diff --git a/.github/workflows/echo.yml b/.github/workflows/echo.yml index 1625bbed1..5f4d53f2c 100644 --- a/.github/workflows/echo.yml +++ b/.github/workflows/echo.yml @@ -4,9 +4,11 @@ on: push: branches: - master + - v4 pull_request: branches: - master + - v4 workflow_dispatch: permissions: