Skip to content

Commit 1b0759e

Browse files
fix syntax error in branche reference
1 parent 5e48de1 commit 1b0759e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,15 @@ name: CI - dbLinter checks and SQL-based tests
22

33
on:
44
push:
5-
branches: [ ** ]
5+
branches:
6+
- '**'
67
paths-ignore:
78
- 'README.md'
89
- 'images/**'
910
- '.gitignore'
1011
pull_request:
11-
branches: [ ** ]
12+
branches:
13+
- '**'
1214
paths-ignore:
1315
- 'README.md'
1416
- 'images/**'

0 commit comments

Comments
 (0)