diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b9c1446a6dc6f554768207ddde593d7d45b14bc0..9bf49bb6184cb9128fa5a77a846a9bec6ea06f3e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -14,9 +14,7 @@ pages: artifacts: paths: - public # instruct GitLab to keep the public folder - # deploy the pdf only for the master branch - # and only for tagged releases (e.g. 0.1, 1.0) only: - - tags + - tags # Only for tagged releases (e.g. 0.1, 1.0) except: - - branches \ No newline at end of file + - branches # Only for the master branch