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.
2 parents c69c884 + b082a3d commit 13799aaCopy full SHA for 13799aa
.drone.yml
@@ -49,6 +49,8 @@ pipeline:
49
secrets: [ bot_pass ]
50
when:
51
event: push
52
+ # We only generate the documentation for the master branch
53
+ branch: master
54
55
# PUBLISHING:
56
# Publishing expect NIGHTLYBUILD or RELEASEBUILD to be set. See dottyVersion in Build.scala
@@ -100,5 +102,6 @@ pipeline:
100
102
status: [ failure ]
101
103
event: [ push, tag, deployment ]
104
-# CI runs only for the master branch (including PRs)
-branches: master
105
+branches:
106
+ # The gh-pages branch holds the documentation and don't need to be built
107
+ exclude: gh-pages
0 commit comments