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 0835281 commit 951e17eCopy full SHA for 951e17e
.circleci/config.yml
@@ -4,8 +4,11 @@ defaults: &defaults
4
working_directory: ~/project/vue
5
docker:
6
- image: vuejs/ci
7
- branches:
8
- ignore:
+
+workflow_filters: &filters
9
+ filters:
10
+ branches:
11
+ ignore:
12
- docs
13
14
jobs:
@@ -76,19 +79,25 @@ workflows:
76
79
version: 2
77
80
test:
78
81
- - install
82
+ - install:
83
+ <<: *filters
84
- group-1:
85
86
requires:
87
- install
88
- group-2:
89
90
91
92
- group-3:
93
94
95
96
- group-4:
97
98
99
100
- cli-ui:
101
102
103
0 commit comments