Skip to content

Commit e2a4c25

Browse files
authored
ci: fix branches syntax
1 parent eaf1b0d commit e2a4c25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ jobs:
8787
with:
8888
extends: |
8989
@semantic-release/apm-config
90-
branches: [ main ]
90+
branches: |
91+
[ main ]
9192
env:
9293
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
9394
ATOM_ACCESS_TOKEN: ${{ secrets.ATOM_ACCESS_TOKEN }}

0 commit comments

Comments
 (0)