diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 76114d3f..e09887c1 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -1,7 +1,8 @@ name: unit tests to collect code coverage on: - workflow_call: + push: + branches: [ develop ] secrets: HATCHET_CODECOV_TOKEN: required: true