Skip to content

Commit fb5e04a

Browse files
DvirDukhangkorland
authored andcommitted
changed docs flow (#32)
1 parent 13d577e commit fb5e04a

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.circleci/config.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,13 @@ workflows:
6565
commit:
6666
jobs:
6767
- build
68+
- docs:
69+
requires:
70+
- build
71+
filters:
72+
branches:
73+
only: master
74+
6875
nightly:
6976
triggers:
7077
- schedule:
@@ -75,4 +82,3 @@ workflows:
7582
- master
7683
jobs:
7784
- build
78-
- docs

0 commit comments

Comments
 (0)