Skip to content

Commit 466719d

Browse files
leaanthonyclaude
andcommitted
fix: restrict v3 workflow to only v3-alpha PRs with v3 changes
Add path filter to ensure Build + Test v3 workflow only runs on PRs targeting v3-alpha branch that actually modify v3/ directory. This prevents the workflow from running on master branch PRs. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 095e8be commit 466719d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build-and-test-v3.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ on:
55
types: [opened, synchronize, reopened, ready_for_review]
66
branches:
77
- v3-alpha
8+
paths:
9+
- 'v3/**'
810
pull_request_review:
911
types: [submitted]
1012
branches:

0 commit comments

Comments
 (0)