coverage: Run coverage only on push

This commit is contained in:
Marek Siarkowicz 2022-05-06 11:50:25 +02:00
parent b58fce3100
commit 8cfb658ddb

View File

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