Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: Only run CI workflow once per PR
The previous configuration would run CI twice for every PR, on: - The merge commit with the base branch. - The tip commit of the PR branch. The latter is only useful for debugging. However, we still want to run CI directly on the `main` branch, to ensure that any PRs with runtime conflicts but not code conflicts get tested in combination.
- Loading branch information