Commit 6b01812
Fix tests workflow trigger to match branch names containing '/'
A single '*' in a GitHub Actions branch glob does not match '/', so
pushes to branches like feat/modernization never triggered the tests
workflow; use '**' instead.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent db8b3ef commit 6b01812
1 file changed
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
| 6 | + | |
6 | 7 | | |
7 | | - | |
| 8 | + | |
8 | 9 | | |
9 | 10 | | |
10 | 11 | | |
| |||
0 commit comments