Skip to content

Commit

Permalink
fix: master not main in CI codecov (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
LesnyRumcajs authored Oct 7, 2024
1 parent 3c314f1 commit a7ed2ca
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit a7ed2ca

Please sign in to comment.