Skip to content

Commit 67e0837

Browse files
committed
ci: add "2.0.0-next" branch to publish and test workflows
1 parent 0d7ead9 commit 67e0837

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- "2.0.0-next"
67
tags-ignore:
78
- "**"
89
paths-ignore:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- "2.0.0-next"
67
pull_request:
78
types: [opened, edited, reopened, synchronize]
89
branches:

0 commit comments

Comments
 (0)