mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 22:55:48 +01:00
fix(ci): always run v3 tests for PRs targeting v3-alpha
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 <noreply@anthropic.com>
This commit is contained in:
parent
431869bf84
commit
efa82ec5f3
1 changed files with 0 additions and 2 deletions
2
.github/workflows/build-and-test-v3.yml
vendored
2
.github/workflows/build-and-test-v3.yml
vendored
|
|
@ -5,8 +5,6 @@ on:
|
|||
types: [opened, synchronize, reopened, ready_for_review]
|
||||
branches:
|
||||
- v3-alpha
|
||||
paths:
|
||||
- 'v3/**'
|
||||
pull_request_review:
|
||||
types: [submitted]
|
||||
branches:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue