提交 aa4605a3 编写于 作者: Huan (李卓桓)'s avatar Huan (李卓桓)

use branches to deploy white list

上级 ba993d08
......@@ -45,6 +45,10 @@ jobs:
- echo "NPM Pack Testing Finished."
- stage: deploy
branches:
only:
- master
- /^v\d+\.\d+$/
script:
- echo "NPM Deploying Started ..."
- npm version
......@@ -56,10 +60,6 @@ jobs:
email: zixia@zixia.net
api_key: "$NPM_TOKEN"
skip_cleanup: true
on:
branch:
- master
- /^v\d+\.\d+$/
notifications:
webhooks:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册