From 493c7c9d4ed96f10640c54fe08e4671f4a60e5c6 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 5 Mar 2026 15:32:58 +0000 Subject: [PATCH] ci: run CI on all pull requests regardless of base branch Remove the `branches: [main]` filter from the pull_request trigger so CI runs on PRs targeting any branch, not just main. https://claude.ai/code/session_012WqH1JCYbYX9Xs9jp2rBnh --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1d00d99..c60fba5c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -4,7 +4,6 @@ on: push: branches: ['*'] pull_request: - branches: [main] types: [opened, synchronize, reopened, ready_for_review] concurrency: