ci: Run coverage when PR is ready for review

This commit is contained in:
Jonas Platte 2023-06-07 11:01:38 +02:00 committed by Jonas Platte
parent 4e29e6e347
commit f1e62b0bb8
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@ on:
branches: [main]
pull_request:
branches: [main]
types:
- opened
- reopened
- synchronize
- ready_for_review
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}