Skip to content
Snippets Groups Projects
Commit 31024027 authored by Sebastian Oberschwendtner's avatar Sebastian Oberschwendtner
Browse files

Adds trigger to documentation pipeline.

parent c6ae153e
No related branches found
No related tags found
2 merge requests!76Draft: Updated Python code example,!73Initial open source version
Pipeline #1166520 passed
......@@ -38,6 +38,8 @@ doxygen:
when: on_success
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
when: manual
- if: '$CI_PIPELINE_SOURE == "trigger"'
when: on_success
# === Build and deploy the website ===
pages:
......@@ -75,3 +77,5 @@ pages:
when: on_success
- if: '$CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH'
when: manual
- if: '$CI_PIPELINE_SOURE == "trigger"'
when: on_success
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment