diff --git a/.github/workflows/codecov.yaml b/.github/workflows/codecov.yaml index e5a7dd9a..0b1f67fd 100644 --- a/.github/workflows/codecov.yaml +++ b/.github/workflows/codecov.yaml @@ -2,6 +2,10 @@ name: Code Coverage on: pull_request: + push: + branches: + - main + - releases/** concurrency: group: ${{ github.workflow }}-${{ github.ref }}