diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index d18d26d..a0b3dbf 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,6 +1,13 @@ name: Codecov -on: [pull_request] +on: + push: + branches: + - main + pull_request: + branches: + - main + types: [opened, reopened, synchronize] jobs: build: