Skip to content
Snippets Groups Projects
Verified Commit 0cb4da1f authored by Rok Štular's avatar Rok Štular
Browse files

ci(rules): Run on publish branch

parent d5a5c34d
No related branches found
No related tags found
2 merge requests!44Publish fix,!43Run pipeline oin publish branch
Pipeline #205783 passed
......@@ -26,6 +26,7 @@ test-build:
rules:
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH == "main" && $CI_PIPELINE_SOURCE == "push"
- if: $CI_COMMIT_BRANCH == "publish" && $CI_PIPELINE_SOURCE == "push"
script:
- pip install -r requirements.txt
- jupyter-book clean book/
......
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