Run CI on all commits, not just ones on main (#521)

Was not running on my stacked PRs.
This commit is contained in:
Rohan Mehta 2025-04-15 18:26:48 -04:00 committed by GitHub
parent ca8e8bed5d
commit ce1abe6006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,7 @@ on:
branches:
- main
pull_request:
branches:
- main
# All PRs, including stacked PRs
env:
UV_FROZEN: "1"