diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index 47c595f..baa5c0e 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -3,10 +3,9 @@ name: Report Code Coverage on: workflow_run: workflows: [ "Unit Tests" ] + branches: [ "main" ] types: - completed - push: - branches: [ "main" ] jobs: codecov: