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