Skip to content

Commit ef8f6c0

Browse files
committed
Fix trigger
1 parent 4e9a11d commit ef8f6c0

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,8 @@ on:
66
- '*' # matches every branch that doesn't contain a '/'
77
- '*/*' # matches every branch containing a single '/'
88
- '**' # matches every branch
9-
pull_request:
10-
branches:
11-
- '*' # matches every branch that doesn't contain a '/'
12-
- '*/*' # matches every branch containing a single '/'
13-
- '**' # matches every branch
9+
paths:
10+
- 'investing_algorithm_framework/**'
1411

1512
jobs:
1613
linting:

0 commit comments

Comments
 (0)