From 5c5fbf8f0c9015599693fddb52e02fc1837af404 Mon Sep 17 00:00:00 2001 From: Alex Bates Date: Mon, 2 Aug 2021 17:06:17 +0100 Subject: [PATCH] run coverage on all PRs/pushes --- .github/workflows/coverage.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 89f3788c68..9d7af8b980 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -1,8 +1,5 @@ name: Coverage -on: - pull_request: - paths: - - 'src/*' +on: [push, pull_request] jobs: build: