Skip to content

Commit

Permalink
ci: run format and coverage on changes to crates in crates/
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasdewally authored and ChrisJefferson committed Jan 24, 2024
1 parent 5c61888 commit 7282e0e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/code-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
- Cargo.*
- conjure-oxide/**
- solvers/**
- crates/**
- .github/actions/code-coverage.yml
pull_request:
paths:
- Cargo.*
- conjure-oxide/**
- solvers/**
- crates/**
- .github/actions/code-coverage.yml
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/doc-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,14 @@ on:
- Cargo.*
- conjure-oxide/**
- solvers/**
- crates/**
- .github/actions/doc-coverage.yml
pull_request:
paths:
- Cargo.*
- conjure-oxide/**
- solvers/**
- crates/**
- .github/actions/doc-coverage.yml
workflow_dispatch:

Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,14 @@ on:
- Cargo.*
- conjure-oxide/**
- solvers/**
- crates/**
- .github/actions/format.yml
pull_request:
paths:
- Cargo.*
- conjure-oxide/**
- solvers/**
- crates/**
- .github/actions/format.yml
workflow_dispatch:

Expand Down

0 comments on commit 7282e0e

Please sign in to comment.