Skip to content

Commit ab64240

Browse files
committed
ci: ignore docs deploy branch
1 parent 30dbad8 commit ab64240

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.circleci/config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ defaults: &defaults
44
working_directory: ~/project/vue
55
docker:
66
- image: vuejs/ci
7+
branches:
8+
ignore:
9+
- docs
710

811
jobs:
912
install:

appveyor.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ cache:
1818
- node_modules -> yarn.lock
1919

2020
build: off
21+
22+
branches:
23+
except:
24+
- docs

0 commit comments

Comments
 (0)