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:
|
branches:
|
||||||
- main
|
- main
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
# All PRs, including stacked PRs
|
||||||
- main
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
UV_FROZEN: "1"
|
UV_FROZEN: "1"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue