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