Skip to content

Commit d7f0c9e

Browse files
committed
debug doc deply on tag
1 parent 5ed6168 commit d7f0c9e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,11 @@ workflows:
170170
only:
171171
- master
172172
- deploy_tag:
173+
requires:
174+
- build_docs
173175
filters:
174176
branches:
175-
ignore: /.*/
177+
only:
178+
- master
176179
tags:
177180
only: /[0-9]+(\.[0-9]+)*$/

0 commit comments

Comments
 (0)