Skip to content

Commit 22f2997

Browse files
committed
Fix trigger, so that tests run on changes to the tests folder
1 parent e612b28 commit 22f2997

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88
- '**' # matches every branch
99
paths:
1010
- 'investing_algorithm_framework/**'
11+
- 'tests/**'
1112

1213
jobs:
1314
linting:

0 commit comments

Comments
 (0)