Skip to content

Commit 2af76d9

Browse files
committed
Add checks/trigger for next/fix typo
1 parent 6f6d1ab commit 2af76d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- master
88
- develop
9+
- next
910
paths-ignore:
1011
- "**.md"
1112
- "**.yml"
@@ -145,8 +146,9 @@ jobs:
145146
github.event_name == 'pull_request_target' ||
146147
(
147148
contains('
148-
refs/heads/develoment
149149
refs/heads/master
150+
refs/heads/develop
151+
refs/heads/next
150152
', github.event.pull_request.head.ref) &&
151153
github.event_name == 'push'
152154
)

0 commit comments

Comments
 (0)