Skip to content

Commit d63344a

Browse files
committed
fix: use same notation for branch array in both ci workflow definitions
(also trigger publish pipeline so package gets to npm)
1 parent c6eab1b commit d63344a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pr.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ name: Pull Request
66
on:
77
# Triggers the workflow on push or pull request events but only for the main branch
88
pull_request:
9-
branches: [ main ]
9+
branches:
10+
- main
1011

1112
# Allows you to run this workflow manually from the Actions tab
1213
workflow_dispatch:

0 commit comments

Comments
 (0)