Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: don't run CI twice for my own pull requests
`on: [push, pull_request]` has the effect that CI runs twice if I push to a feature branch in my repo and then make a pull request – once for the push to the feature branch, and once for the PR. Instead, only run CI on pushes to the main branch (and on all PRs).
- Loading branch information