ci: only run tests on push to main, not on PR commits

Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
This commit is contained in:
2026-06-24 10:53:30 -05:00
co-authored by Claude Sonnet 4.6
parent 162ae0ae05
commit dfa65c894b
-2
View File
@@ -3,8 +3,6 @@ name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
# Cancel an in-progress run when newer commits are pushed to the same ref.
concurrency: