We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4595a commit 295c9bbCopy full SHA for 295c9bb
1 file changed
.github/workflows/sql-validation.yml
@@ -3,10 +3,10 @@ name: SQL Validation
3
on:
4
push:
5
branches: [dev]
6
- paths: ['install/**']
+ paths: ['install/**', '.github/sql/**', '.github/workflows/sql-validation.yml']
7
pull_request:
8
9
10
11
jobs:
12
validate-sql:
0 commit comments