Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderNotic committed Feb 11, 2018
1 parent 194a540 commit bc50765
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .circleci/config.yml
Expand Up @@ -31,15 +31,15 @@ workflows:
build:
jobs:
- build_and_test
# build_and_deploy:
# jobs:
# - build_and_test:
# filters:
# tags:
# only: /v[0-9]+(\.[0-9]+)*/
# - npm_publish:
# requires:
# - build_and_test
# filters:
# tags:
# only: /v[0-9]+(\.[0-9]+)*/
build_and_deploy:
jobs:
- build_and_test:
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/
- npm_publish:
requires:
- build_and_test
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*/

0 comments on commit bc50765

Please sign in to comment.