I think we need to modify all of our GitHub Workflow files. They are not triggered for Pull Requests Instead of ``` on: [ push ] ``` it should be ``` on: push: branches: - main pull_request: branches: - main ```
I think we need to modify all of our GitHub Workflow files. They are not triggered for Pull Requests
Instead of
it should be