gitlab-ci: allow manually triggering of pipelines

This commit is contained in:
Hans-Christoph Steiner 2024-02-15 10:56:15 +01:00
parent 77de2d9acf
commit 30f7ef450b
1 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,8 @@ stages:
workflow:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
- if: '$CI_PIPELINE_SOURCE == "web"'
- if: '$CI_PIPELINE_SOURCE == "webide"'
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
.base: