Skip to content

Commit

Permalink
Run coverage workflow only when .rs files are changed (#1407)
Browse files Browse the repository at this point in the history
Or Cargo.toml / Cargo.lock.
  • Loading branch information
hubcio authored Dec 30, 2024
1 parent a3ceedf commit d40d9cc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,17 @@ on:
pull_request:
branches:
- master
paths:
- '**/*.rs'
- '**/Cargo.toml'
- '**/Cargo.lock'
push:
branches:
- master
paths:
- '**/*.rs'
- '**/Cargo.toml'
- '**/Cargo.lock'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit d40d9cc

Please sign in to comment.