Skip to content

Commit

Permalink
feat: only run test and lint if pushing to backend/ in a pr
Browse files Browse the repository at this point in the history
  • Loading branch information
harshkhandeparkar committed Feb 22, 2025
1 parent 1cae3b7 commit 2380b02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches:
- main
pull_request:
paths:
- 'backend/'


env:
CARGO_TERM_COLOR: always
Expand Down

0 comments on commit 2380b02

Please sign in to comment.