Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(ci): Workflow trigger changes (#203)
## Overview Alters the workflow triggers such that the `push` trigger only runs when the PR is merged into `main`, and the `pull_request` trigger is agnostic to the `type`. This prevents double-runs of CI workflows in the merge queue / upon PR creation.
- Loading branch information