diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 5d376d0..86407f4 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -61,6 +61,7 @@ jobs: - name: Upload Coverage uses: codecov/codecov-action@v1.0.2 + if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') && github.repository == 'sprockets/sprockets-postgres' with: token: ${{secrets.CODECOV_TOKEN}} file: build/coverage.xml