Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Chore] Run CI checks on 'pull_request'
Problem: We want to be able to run CI checks on PRs from external forks. However, this is only possible with 'on: pull_request', while currently CI is triggered 'on: push' Solution: Change CI triggering condition to 'on: pull_request'.
- Loading branch information