File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches : [ main ]
6
6
paths :
7
- - cratedb_sqlparse_js
7
+ - .github/workflows/javascript.yml
8
+ - cratedb_sqlparse_js/**
8
9
push :
9
10
branches : [ main ]
10
11
paths :
11
- - cratedb_sqlparse_js
12
+ - .github/workflows/javascript.yml
13
+ - cratedb_sqlparse_js/**
12
14
13
15
# Allow job to be triggered manually.
14
16
workflow_dispatch :
Original file line number Diff line number Diff line change 4
4
pull_request :
5
5
branches : [ main ]
6
6
paths :
7
- - cratedb_sqlparse_py
7
+ - .github/workflows/python.yml
8
+ - cratedb_sqlparse_py/**
8
9
push :
9
10
branches : [ main ]
10
11
paths :
11
- - cratedb_sqlparse_py
12
-
12
+ - .github/workflows/python.yml
13
+ - cratedb_sqlparse_py/**
13
14
14
15
# Allow job to be triggered manually.
15
16
workflow_dispatch :
You can’t perform that action at this time.
0 commit comments