librustzcash/.github/workflows
Jack Grigg 46f2815ad3 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.
2024-03-08 20:35:04 +00:00
..
book.yml CI: Replace `--all-features` with common feature config 2024-01-24 23:41:43 +00:00
ci.yml CI: Only run CI workflow once per PR 2024-03-08 20:35:04 +00:00