Skip to content
This repository has been archived by the owner on Jan 10, 2020. It is now read-only.

Commit

Permalink
Renaming things
Browse files Browse the repository at this point in the history
  • Loading branch information
timothycoy committed Jul 5, 2018
1 parent 9786fad commit f8a90a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circle.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
version: 2
jobs:
build:
test:
working_directory: ~/build
docker:
- image: circleci/node:8.11.2-stretch-browsers
Expand Down Expand Up @@ -43,15 +43,15 @@ jobs:
command: npm publish
workflows:
version: 2
build-publish:
test-publish:
jobs:
- build:
- test:
filters:
tags:
only: /v[0-9]+(\.[0-9]+)+/
- publish:
requires:
- build
- test
filters:
branches:
ignore: /.*/
Expand Down

0 comments on commit f8a90a6

Please sign in to comment.