We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e48de1 commit 1b0759eCopy full SHA for 1b0759e
.github/workflows/ci.yml
@@ -2,13 +2,15 @@ name: CI - dbLinter checks and SQL-based tests
2
3
on:
4
push:
5
- branches: [ ** ]
+ branches:
6
+ - '**'
7
paths-ignore:
8
- 'README.md'
9
- 'images/**'
10
- '.gitignore'
11
pull_request:
12
13
14
15
16
0 commit comments