Skip to content
Snippets Groups Projects
Commit 2f759d3c authored by Lambert Theisen's avatar Lambert Theisen
Browse files

Restrict CI deploy stage to master only

parent be6a510a
Branches
Tags
3 merge requests!5Update to version 1.1,!3Feat/symmetrization,!2Feat/symmetrization
Pipeline #215102 passed
......@@ -90,6 +90,8 @@ deploy:latex:
paths:
- ${DOCS_DIRECTORY}/_build/latex/${DOCS_LATEX_NAME}.pdf
expire_in: 6 month
only:
- master
pages:
stage: deploy
......@@ -99,4 +101,6 @@ pages:
- mv ${DOCS_DIRECTORY}/_build/html/ ${CI_PROJECT_DIR}/public/
artifacts:
paths:
- public
\ No newline at end of file
- public
only:
- master
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment