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
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: