Skip to content

Commit 32e136f

Browse files
committed
update circle
1 parent 6b41645 commit 32e136f

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

circle.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
general:
22
branches:
3-
only:
4-
- master
3+
ignore:
4+
- gh-pages
55
machine:
66
node:
77
version: 6.6.0
@@ -14,17 +14,13 @@ dependencies:
1414
- ~/.cache/yarn
1515
test:
1616
override:
17-
- yarn build
1817
- yarn test
1918
post:
2019
- bash <(curl -s https://codecov.io/bash)
2120
deployment:
2221
production:
22+
branch: master
2323
tag: /v[0-9]+(\.[0-9]+)*/
2424
commands:
2525
- ./ci/npm-login.sh
2626
- npm publish
27-
pages:
28-
tag: /example.*/
29-
commands:
30-
- ./ci/github_page.sh

0 commit comments

Comments
 (0)