From 6dfa7b7dac2ced48de9758057fc1dce04fddfdac Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Mon, 30 Jan 2023 19:37:22 +0100 Subject: [PATCH] :wrench: less coverage CI --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 655252c0..a78eb8b3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -4,11 +4,11 @@ name: Coverage Report on: push: branches: - - '**' + - 'main' - '!gh-pages' pull_request: branches: - - '**' + - 'main' - '!gh-pages' jobs: -- 2.43.0