diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml index 683f3909b4..97e9976244 100644 --- a/.github/workflows/ci_suite.yml +++ b/.github/workflows/ci_suite.yml @@ -4,6 +4,9 @@ on: branches: - master merge_group: + push: + branches: + - master jobs: run_linters: if: "!contains(github.event.head_commit.message, '[ci skip]')"