From 540ac1fa65b43866e63d550f6cbc3016700d4e51 Mon Sep 17 00:00:00 2001 From: Thomas Aarholt Date: Tue, 2 Apr 2024 17:48:49 +0200 Subject: [PATCH] only run coverage once --- .github/workflows/coverage.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 13345c5..ccf8532 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -1,11 +1,9 @@ name: Coverage on: - push: - branches: - - '**' pull_request: - branches: - - main + push: + branches: [main] + jobs: coverage: runs-on: ubuntu-latest