Skip to content

Commit 1e44e08

Browse files
committed
2 parents b0b3e82 + 59cb0ed commit 1e44e08

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,16 @@ on:
55
branches:
66
- main
77
- master
8+
paths:
9+
- 'model/**'
10+
- 'data/**'
11+
- 'training/**'
12+
813
pull_request:
14+
paths:
15+
- 'model/**'
16+
- 'data/**'
17+
- 'training/**'
918

1019
jobs:
1120
test:

0 commit comments

Comments
 (0)