We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30dbad8 commit ab64240Copy full SHA for ab64240
.circleci/config.yml
@@ -4,6 +4,9 @@ defaults: &defaults
4
working_directory: ~/project/vue
5
docker:
6
- image: vuejs/ci
7
+ branches:
8
+ ignore:
9
+ - docs
10
11
jobs:
12
install:
appveyor.yml
@@ -18,3 +18,7 @@ cache:
18
- node_modules -> yarn.lock
19
20
build: off
21
+
22
+branches:
23
+ except:
24
0 commit comments