Skip to content

Commit b1721f0

Browse files
committed
Fix broken on declaration
1 parent f0ecc4f commit b1721f0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/integration-tests.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ name: Integration tests
22

33
on:
44
push:
5-
branches:
6-
- main
5+
branches: [ "main" ]
76
pull_request:
8-
- main
7+
branches: [ "main" ]
98

109
jobs:
1110
run-integration-tests:

0 commit comments

Comments
 (0)