From efa82ec5f32bc8df401ddbd48f7ed3710bc2fb3b Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Sun, 7 Dec 2025 17:41:02 +1100 Subject: [PATCH] fix(ci): always run v3 tests for PRs targeting v3-alpha MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the paths filter that was causing v3 build and test jobs to be skipped when PRs targeting v3-alpha didn't contain changes in the v3/ directory. This ensures all PRs to v3-alpha are properly tested. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .github/workflows/build-and-test-v3.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build-and-test-v3.yml b/.github/workflows/build-and-test-v3.yml index b9d8b659f..cae6b3556 100644 --- a/.github/workflows/build-and-test-v3.yml +++ b/.github/workflows/build-and-test-v3.yml @@ -5,8 +5,6 @@ on: types: [opened, synchronize, reopened, ready_for_review] branches: - v3-alpha - paths: - - 'v3/**' pull_request_review: types: [submitted] branches: