Skip to content

Commit

Permalink
ci: update paths in codecov.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Boshen committed Dec 12, 2024
1 parent 1a31f7d commit cacb336
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,15 @@ on:
workflow_dispatch:
pull_request:
types: [opened, synchronize]
paths-ignore:
- "**/*.md"
paths:
- "src/**/*.rs"
- "Cargo.lock"
push:
branches:
- main
paths-ignore:
- "**/*.md"
paths:
- "src/**/*.rs"
- "Cargo.lock"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit cacb336

Please # to comment.