Skip to content

Commit

Permalink
move branch check (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
himadieievsv authored Jan 6, 2024
1 parent 8b1e312 commit c24da4e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ name: Report Code Coverage
on:
workflow_run:
workflows: [ "Unit Tests" ]
branches: [ "main" ]
types:
- completed
push:
branches: [ "main" ]

jobs:
codecov:
Expand Down

0 comments on commit c24da4e

Please sign in to comment.