Commit e7e0f55
committed
Run Tests on PRs regardless of base branch
`branches: ['*']` looks like "all branches" but the `*` glob does not
match `/`, so the Tests workflow silently skipped any PR whose base
branch contains a slash (e.g. a stacked PR based on another PR's
claude/... branch). Drop the filter; a bare pull_request trigger covers
every base branch.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
https://claude.ai/code/session_01JHvKryT4QUpHYdNq9YEQxX1 parent 3314aa6 commit e7e0f55
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | 5 | | |
7 | 6 | | |
8 | 7 | | |
| |||
0 commit comments