Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e946083

Browse files
committedApr 23, 2025
CI: Path filter adjustments for Python
1 parent f66280b commit e946083

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed
 

‎.github/workflows/python.yml

Lines changed: 4 additions & 5 deletions
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)