Trigger docs pipeline on new tag.
This commit is contained in:
parent
8330bca82c
commit
2b9b61fd1e
|
|
@ -133,7 +133,7 @@ pdf:
|
|||
update docs server:
|
||||
stage: deploy
|
||||
rules:
|
||||
- if: $CI_COMMIT_BRANCH == "stable-1.6" && $CI_PROJECT_NAMESPACE == "etherlab.org"
|
||||
- if: ($CI_COMMIT_BRANCH == "stable-1.6" || $CI_COMMIT_TAG) && $CI_PROJECT_NAMESPACE == "etherlab.org"
|
||||
trigger: etherlab.org/docs
|
||||
|
||||
upload:
|
||||
|
|
|
|||
Loading…
Reference in New Issue