Skip to content

Commit 295c9bb

Browse files
Widen SQL Validation path filter to include validation script and workflow (#468)
Changes to .github/sql/ or the workflow itself now trigger SQL Validation. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 5c4595a commit 295c9bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/sql-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: SQL Validation
33
on:
44
push:
55
branches: [dev]
6-
paths: ['install/**']
6+
paths: ['install/**', '.github/sql/**', '.github/workflows/sql-validation.yml']
77
pull_request:
88
branches: [dev]
9-
paths: ['install/**']
9+
paths: ['install/**', '.github/sql/**', '.github/workflows/sql-validation.yml']
1010

1111
jobs:
1212
validate-sql:

0 commit comments

Comments
 (0)