ci: run on every push (not just main) so feat branches also get CI
Matches mammon's pattern more closely and makes PR CI reliable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
7e141829ac
commit
097ebf5db7
1 changed files with 0 additions and 1 deletions
|
|
@ -2,7 +2,6 @@ name: tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue