Skip to content

Commit 358ba3d

Browse files
authored
Fix syntax for branch list in CI workflow
1 parent 8754ce3 commit 358ba3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [ "main, dev" ]
5+
branches: [ main, dev ]
66
pull_request:
7-
branches: [ "main, dev" ]
7+
branches: [ main, dev ]
88
release:
99
types: [published]
1010

0 commit comments

Comments
 (0)