Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build: Remove duplicate CI actions (#25)
Previously, we ran CI actions on pushes to any branch and on changes to a pull request, which resulted in duplicate events being run in pull requests. This commit changes the GitHub Actions build rules to only run CI on pushes to the *main* branch and on any changes to a pull request.
- Loading branch information