Skip to content

Commit cacb336

Browse files
committed
ci: update paths in codecov.yml
1 parent 1a31f7d commit cacb336

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/codecov.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ on:
44
workflow_dispatch:
55
pull_request:
66
types: [opened, synchronize]
7-
paths-ignore:
8-
- "**/*.md"
7+
paths:
8+
- "src/**/*.rs"
9+
- "Cargo.lock"
910
push:
1011
branches:
1112
- main
12-
paths-ignore:
13-
- "**/*.md"
13+
paths:
14+
- "src/**/*.rs"
15+
- "Cargo.lock"
1416

1517
concurrency:
1618
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)