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 60b848e commit 1505695Copy full SHA for 1505695
.github/workflows/test-eql.yml
@@ -5,18 +5,17 @@ on:
5
- main
6
paths:
7
- ".github/workflows/test-eql.yml"
8
- - "src/*.sql"
9
- - "sql/*.sql"
+ - "src/**/*.sql"
+ - "sql/**/*.sql"
10
- "tests/**/*"
11
- "tasks/**/*"
12
13
pull_request:
14
- branches:
15
- - main
+ # run on all pull requests
16
17
18
19
20
21
22
0 commit comments