mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-06 22:39:02 -06:00
ci: ignore docs deploy branch
This commit is contained in:
@@ -4,6 +4,9 @@ defaults: &defaults
|
||||
working_directory: ~/project/vue
|
||||
docker:
|
||||
- image: vuejs/ci
|
||||
branches:
|
||||
ignore:
|
||||
- docs
|
||||
|
||||
jobs:
|
||||
install:
|
||||
|
||||
@@ -18,3 +18,7 @@ cache:
|
||||
- node_modules -> yarn.lock
|
||||
|
||||
build: off
|
||||
|
||||
branches:
|
||||
except:
|
||||
- docs
|
||||
|
||||
Reference in New Issue
Block a user