Skip to content

Commit d721a10

Browse files
Only generate the docs on master
1 parent a8a4a1d commit d721a10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.drone.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ pipeline:
7777
commands:
7878
- ./project/scripts/genDocs
7979
secrets: [ bot_token ]
80-
# when:
81-
# event: push
82-
# # We only generate the documentation for the master branch
83-
# branch: master
80+
when:
81+
event: push
82+
# We only generate the documentation for the master branch
83+
branch: master
8484

8585
# PUBLISHING:
8686
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala

0 commit comments

Comments
 (0)