Skip to content

Commit

Permalink
fix: circleci not build pr
Browse files Browse the repository at this point in the history
  • Loading branch information
clarkdo committed Dec 17, 2017
1 parent cb62f57 commit 8f8a198
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
docker:
- image: circleci/node:latest
working_directory: ~/hare
branches:
only:
- master
- dev
# branches:
# only:
# - master
# - dev
steps: &steps
- checkout
- restore_cache:
Expand Down

0 comments on commit 8f8a198

Please sign in to comment.