diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 7850c2c514..01af075722 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -7,6 +7,14 @@ on: # Calculate coverage daily at midnight - cron: '0 0 * * *' + pull_request: + branches: + - main + - v[0-9]+-stable + paths: + - .github/workflows/coverage.yml + - test/integration-test-wrapper.py + permissions: contents: read