Skip to content

Commit

Permalink
Only run Rust tests on Rust code changes
Browse files Browse the repository at this point in the history
Prevents wasteful CI runs.
  • Loading branch information
chrisnewtn committed Jan 13, 2025
1 parent 5607fe1 commit 8c6bb42
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ name: tests

on:
push:
paths:
- '**.rs'
- '**.toml'
branches: ["main"]
pull_request:

Expand Down

0 comments on commit 8c6bb42

Please sign in to comment.