diff options
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e1637d6..5dd3c73 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -3,12 +3,16 @@ name: Coverage 🛌 on: push: paths: - - "src/**" - - "Cargo.toml" + - "whirl/**" + - "whirl_config/**" + - "whirl_prompt/**" + - "whirl_server/**" pull_request: paths: - - "src/**" - - "Cargo.toml" + - "whirl/**" + - "whirl_config/**" + - "whirl_prompt/**" + - "whirl_server/**" jobs: coverage: |