Skip to content

Commit

Permalink
ci: ignore docs deploy branch
Browse files Browse the repository at this point in the history
  • Loading branch information
yyx990803 committed Jul 13, 2018
1 parent 30dbad8 commit ab64240
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ defaults: &defaults
working_directory: ~/project/vue
docker:
- image: vuejs/ci
branches:
ignore:
- docs

jobs:
install:
Expand Down
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,7 @@ cache:
- node_modules -> yarn.lock

build: off

branches:
except:
- docs

0 comments on commit ab64240

Please sign in to comment.