.github: run coverage on pull request (#6265)

The pull_request_target doesn't seem to work for PRs from forks,
this reverts to use and kick the workflow for pull_request instead.

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2022-04-15 20:35:22 +05:30 committed by GitHub
parent cfa4f33940
commit 2dcdc56115
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -17,9 +17,7 @@
name: PR Quality Check
on:
pull_request_target:
types: [synchronize]
on: [pull_request]
jobs:
build: