diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 9b4279bb7..bfe7b30cb 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -8,7 +8,7 @@ env: jobs: main: - if: github.event.pull_request.head.repo.full_name == github.repository + if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository runs-on: ubuntu-latest permissions: