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