We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f66280b commit e946083Copy full SHA for e946083
.github/workflows/python.yml
@@ -2,15 +2,14 @@ name: Python Tests
2
3
on:
4
pull_request:
5
- branches: [ main ]
6
paths:
7
- - .github/workflows/python.yml
8
- - cratedb_sqlparse_py/**
+ - '.github/workflows/python.yml'
+ - 'cratedb_sqlparse_py/**'
9
push:
10
branches: [ main ]
11
12
13
14
15
# Allow job to be triggered manually.
16
workflow_dispatch:
0 commit comments