From a7ed2ca9a02671b2e36f63a659df8475f28b1448 Mon Sep 17 00:00:00 2001 From: Hubert Date: Mon, 7 Oct 2024 17:21:32 +0200 Subject: [PATCH] fix: master not main in CI codecov (#37) --- .github/workflows/codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codecov.yml b/.github/workflows/codecov.yml index ebb854c..05acf44 100644 --- a/.github/workflows/codecov.yml +++ b/.github/workflows/codecov.yml @@ -1,16 +1,16 @@ name: Code coverage concurrency: group: "${{ github.workflow }}-${{ github.ref }}" - cancel-in-progress: "${{ github.ref != 'refs/heads/main' }}" + cancel-in-progress: "${{ github.ref != 'refs/heads/master' }}" "on": workflow_dispatch: merge_group: pull_request: branches: - - main + - master push: branches: - - main + - master jobs: codedov: