File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: CI for interpreter & tests
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
- paths : [ interpreter, test ]
6
+ paths : [ interpreter/** , test/** ]
7
7
8
8
pull_request :
9
9
branches : [ main ]
10
- paths : [ interpreter, test ]
10
+ paths : [ interpreter/** , test/** ]
11
11
12
12
# Allows you to run this workflow manually from the Actions tab
13
13
workflow_dispatch :
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ name: CI for specs
3
3
on :
4
4
push :
5
5
branches : [ main ]
6
- paths : [ document ]
6
+ paths : [ document/** ]
7
7
8
8
pull_request :
9
9
branches : [ main ]
10
- paths : [ document ]
10
+ paths : [ document/** ]
11
11
12
12
# Allows you to run this workflow manually from the Actions tab
13
13
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments