We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee0b6ff commit fddc452Copy full SHA for fddc452
1 file changed
.github/workflows/python.yml
@@ -4,12 +4,13 @@ on:
4
pull_request:
5
branches: [ main ]
6
paths:
7
- - cratedb_sqlparse_py
+ - .github/workflows/python.yml
8
+ - cratedb_sqlparse_py/**
9
push:
10
11
12
-
13
14
15
# Allow job to be triggered manually.
16
workflow_dispatch:
0 commit comments