Run CI on all commits, not just ones on main (#521)
Was not running on my stacked PRs.
This commit is contained in:
parent
ca8e8bed5d
commit
ce1abe6006
1 changed files with 1 additions and 2 deletions
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
|
|
@ -5,8 +5,7 @@ on:
|
|||
branches:
|
||||
- main
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
# All PRs, including stacked PRs
|
||||
|
||||
env:
|
||||
UV_FROZEN: "1"
|
||||
|
|
|
|||
Loading…
Reference in a new issue