We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e9a11d commit ef8f6c0Copy full SHA for ef8f6c0
.github/workflows/test.yml
@@ -6,11 +6,8 @@ on:
6
- '*' # matches every branch that doesn't contain a '/'
7
- '*/*' # matches every branch containing a single '/'
8
- '**' # 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
+ paths:
+ - 'investing_algorithm_framework/**'
14
15
jobs:
16
linting:
0 commit comments