Skip to content

Commit 00fe250

Browse files
committed
CI: More path filter adjustments
1 parent 4675d7b commit 00fe250

File tree

2 files changed

+8
-10
lines changed

2 files changed

+8
-10
lines changed

.github/workflows/javascript.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: JavaScript Tests
22

33
on:
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:

.github/workflows/python.yml

+4-5
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,14 @@ name: Python Tests
22

33
on:
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:

0 commit comments

Comments
 (0)