fix: master not main in CI codecov (#37)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user