diff --git a/.github/workflows/quality_checks.yaml b/.github/workflows/quality_checks.yaml index d011578..cfb9dfa 100644 --- a/.github/workflows/quality_checks.yaml +++ b/.github/workflows/quality_checks.yaml @@ -13,8 +13,11 @@ # limitations under the License. name: Tests and quality checks -on: [pull_request] - +on: + pull_request: + push: + branches: + - main jobs: run_tests: runs-on: ubuntu-latest