ci: ignore docs deploy branch

This commit is contained in:
Evan You
2018-07-13 10:56:22 -04:00
parent 30dbad8ff1
commit ab642403e4
2 changed files with 7 additions and 0 deletions

View File

@@ -4,6 +4,9 @@ defaults: &defaults
working_directory: ~/project/vue
docker:
- image: vuejs/ci
branches:
ignore:
- docs
jobs:
install:

View File

@@ -18,3 +18,7 @@ cache:
- node_modules -> yarn.lock
build: off
branches:
except:
- docs