diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 679eeee3a5..b371a03b50 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -3,6 +3,8 @@ name: Code Coverage on: push: branches: [ master ] + pull_request: + branches: [ master ] schedule: - cron: "0 11 * * *"