Skip to content

Commit 6158e2f

Browse files
committed
build: ensure tests are run on changes to new location
1 parent b0e3485 commit 6158e2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-eql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
- main
66
paths:
77
- ".github/workflows/test-eql.yml"
8+
- "src/*.sql"
89
- "sql/*.sql"
910
- "tests/**/*"
1011
- "tasks/**/*"
@@ -14,6 +15,7 @@ on:
1415
- main
1516
paths:
1617
- ".github/workflows/test-eql.yml"
18+
- "src/*.sql"
1719
- "sql/*.sql"
1820
- "tests/**/*"
1921
- "tasks/**/*"

0 commit comments

Comments
 (0)