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