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 4118620 commit 50453cbCopy full SHA for 50453cb
tic.R
@@ -1,6 +1,6 @@
1
add_package_checks(notes_are_errors = getRversion() >= "3.2")
2
3
-if (Sys.getenv("id_rsa") != "" && ci()$get_branch("master") && Sys.getenv("BUILD_PKGDOWN") != "") {
+if (Sys.getenv("id_rsa") != "" && ci()$get_branch() == "master" && Sys.getenv("BUILD_PKGDOWN") != "") {
4
# pkgdown documentation can be built optionally. Other example criteria:
5
# - `inherits(ci(), "TravisCI")`: Only for Travis CI
6
# - `ci()$is_tag()`: Only for tags, not for branches
0 commit comments