Merge pull request #14016 from serathius/coverage-push

coverage: Run coverage only on push
This commit is contained in:
Marek Siarkowicz 2022-05-06 13:13:18 +02:00 committed by GitHub
commit 56830df3ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
name: Coverage
on: [push, pull_request]
on: [push]
jobs:
coverage:
runs-on: ubuntu-latest