不要怂,就是干,撸起袖子干!

Commit 9358a132 by Sushant

build: enable ci for v6

1 parent d346a088
Showing with 3 additions and 2 deletions
......@@ -6,6 +6,7 @@ language: node_js
branches:
only:
- master
- v6
except:
- /^v\d+\.\d+\.\d+$/
......@@ -80,4 +81,4 @@ stages:
- lint
- test
- name: release
if: branch = master AND type = push AND fork = false
if: branch = v6 AND type = push AND fork = false
......@@ -119,7 +119,7 @@
}
},
"release": {
"branch": "master",
"branch": "v6",
"verifyConditions": [
"@semantic-release/npm",
"@semantic-release/github"
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!