Perform coverage for pull requests

This commit is contained in:
amai2012 2021-02-25 20:14:50 +01:00 committed by GitHub
parent 8d8aa50017
commit 4e32999df6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# Environment reference https://help.github.com/en/actions/reference/virtual-environments-for-github-hosted-runners
name: Coverage
on: [push]
on: [push, pull_request]
jobs:
build: