Skip to content

Commit 7cd31cb

Browse files
authored
chore: ci 添加对 test 分支的支持 (#257)
1 parent 9143bd8 commit 7cd31cb

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Deploy Test Environment
33
on:
44
push:
55
branches:
6+
- test
67
- test-v*
78

89
jobs:

.github/workflows/test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ name: Node.js CI
66
on:
77
pull_request:
88
branches:
9+
- test
910
- test-v*
1011

1112
jobs:

0 commit comments

Comments
 (0)