We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0869a9 commit b29e160Copy full SHA for b29e160
.travis.yml
@@ -10,12 +10,11 @@ deploy:
10
skip_cleanup: true # 避免清空已安装的依赖
11
script: node ./scripts/deploy.js && npm run generate && npm run sync
12
on:
13
- branch: master # 仅在 master 分支进行 deploy
+ branch: pre-depoly # 仅在 master 分支进行 deploy
14
repo: alibaba/ice
15
- provider: script
16
17
18
19
- branch: pre-depoly # 仅在 master 分支进行 deploy
+ branch: master # 仅在 master 分支进行 deploy
20
21
-
0 commit comments