Skip to content

Commit fddc452

Browse files
committed
Python: Adjust path filters for CI/GHA
1 parent ee0b6ff commit fddc452

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/python.yml

+4-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,13 @@ on:
44
pull_request:
55
branches: [ main ]
66
paths:
7-
- cratedb_sqlparse_py
7+
- .github/workflows/python.yml
8+
- cratedb_sqlparse_py/**
89
push:
910
branches: [ main ]
1011
paths:
11-
- cratedb_sqlparse_py
12-
12+
- .github/workflows/python.yml
13+
- cratedb_sqlparse_py/**
1314

1415
# Allow job to be triggered manually.
1516
workflow_dispatch:

0 commit comments

Comments
 (0)