ci: added pipeline as trigger source

This commit is contained in:
2024-04-19 15:06:05 +02:00
parent 701be5262a
commit e59def138f

View File

@ -11,6 +11,7 @@ workflow:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "pipeline"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH