Skip to content

Commit e7e0f55

Browse files
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_01JHvKryT4QUpHYdNq9YEQxX
1 parent 3314aa6 commit e7e0f55

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Tests
22

33
on:
44
pull_request:
5-
branches: ['*']
65

76
jobs:
87
unit-tests:

0 commit comments

Comments
 (0)