diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c49384..9f90559 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: needs: - code-quality runs-on: ubuntu-latest - if: github.event_name == 'pull_request' + if: github.event_name == 'pull_request' || github.event_name == 'push' steps: - name: 📥 Checkout the repository uses: actions/checkout@v4