Skip to content

Commit 6ec6af5

Browse files
committed
ci: allowed main and develop
1 parent 3043d17 commit 6ec6af5

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

.cnb.yml

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
1+
.sync: &sync
2+
- stages:
3+
- name: Sync to GitHub
4+
image: tencentcom/git-sync
5+
settings:
6+
target_url: https://github.com/Tencent/tdesign-vue-next-starter.git
7+
auth_type: https
8+
username: ${GIT_USERNAME}
9+
password: ${GIT_ACCESS_TOKEN}
10+
push_tags: true
11+
112
main:
213
push:
3-
- stages:
4-
- name: Sync to GitHub
5-
image: tencentcom/git-sync
6-
settings:
7-
target_url: https://github.com/Tencent/tdesign-vue-next-starter.git
8-
auth_type: https
9-
username: ${GIT_USERNAME}
10-
password: ${GIT_ACCESS_TOKEN}
11-
push_tags: true
14+
- <<: *sync
15+
develop:
16+
push:
17+
- <<: *sync

0 commit comments

Comments
 (0)