fix: master not main in CI codecov (#37)

This commit is contained in:
Hubert
2024-10-07 17:21:32 +02:00
committed by GitHub
parent 3c314f10af
commit a7ed2ca9a0
+3 -3
View File
@@ -1,16 +1,16 @@
name: Code coverage name: Code coverage
concurrency: concurrency:
group: "${{ github.workflow }}-${{ github.ref }}" group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: "${{ github.ref != 'refs/heads/main' }}" cancel-in-progress: "${{ github.ref != 'refs/heads/master' }}"
"on": "on":
workflow_dispatch: workflow_dispatch:
merge_group: merge_group:
pull_request: pull_request:
branches: branches:
- main - master
push: push:
branches: branches:
- main - master
jobs: jobs:
codedov: codedov: