Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- added `workflow_dispatch` so we can trigger manually - added `pull_request` so we get CI on PRs - configured `push` to only run on `main` - this prevents random (non-PR) branches from being tested, but that's good because it reduces noise
- Loading branch information