Skip to content

Commit

Permalink
ci: trigger the CI on PR
Browse files Browse the repository at this point in the history
Signed-off-by: FedericoBruzzone <[email protected]>
  • Loading branch information
FedericoBruzzone committed Sep 1, 2024
1 parent 1715c37 commit 0895565
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ on:
- 'rustfmt.toml'
- 'config/**'
- '.github/workflows/**'
pull_request:
paths:
- 'src/**'
- 'Cargo.lock'
- 'Cargo.toml'
- 'rustfmt.toml'
- 'config/**'
- '.github/workflows/**'

env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 0895565

Please sign in to comment.