diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 13345c5..ccf8532 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,11 +1,9 @@ name: Coverage on: - push: - branches: - - '**' pull_request: - branches: - - main + push: + branches: [main] + jobs: coverage: runs-on: ubuntu-latest