diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1ec7e851..f426e60c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -75,6 +75,7 @@ jobs: if: success() || failure() - name: Publish coverage report + if: ${{ github.event_name == 'pull_request' }} uses: orgoro/coverage@v3 with: coverageFile: coverage.xml