Skip to content

Commit f60bd13

Browse files
committed
chore: use array syntax
for some reason the schema for the actions wants it to be an array
1 parent 4a8cb0e commit f60bd13

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/verify.yaml

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

33
on:
44
push:
5-
branches: main
5+
branches:
6+
- main
67
pull_request:
7-
branches: main
8+
branches:
9+
- main
810

911
permissions:
1012
contents: read

0 commit comments

Comments
 (0)