Skip to content

Commit 2380b02

Browse files
feat: only run test and lint if pushing to backend/ in a pr
1 parent 1cae3b7 commit 2380b02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test_and_lint.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches:
66
- main
77
pull_request:
8+
paths:
9+
- 'backend/'
10+
811

912
env:
1013
CARGO_TERM_COLOR: always

0 commit comments

Comments
 (0)