Skip to content

Commit 2b6a052

Browse files
committed
Fix GitHub YAML spec issue (branches should be a list)
1 parent 1bd4a9e commit 2b6a052

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: CI
33
on:
44
pull_request:
55
push:
6-
branches: main
6+
branches:
7+
- main
78

89
concurrency:
910
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)