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 3f85824 commit 6d2e333Copy full SHA for 6d2e333
.circleci/config.yml
@@ -168,6 +168,10 @@ workflows:
168
- build:
169
requires:
170
- install
171
+ filters:
172
+ branches:
173
+ ignore:
174
+ - /docs-preview/
175
- build-bazel:
176
177
- build
@@ -183,6 +187,13 @@ workflows:
183
187
- e2e-node-8:
184
188
185
189
190
+ - snapshot_publish_docs:
191
+ requires:
192
+ - install
193
194
195
+ only:
196
186
197
- e2e-cli-ng-snapshots:
198
199
0 commit comments