0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-13 19:21:50 +02:00

ci: added workflow .gitlab-ci.yml

This commit is contained in:
2024-04-16 10:06:48 +02:00
parent b6feb9adb3
commit 42a9a0ca15

View File

@ -8,6 +8,15 @@ variables:
BEC_CORE_BRANCH: "main"
OPHYD_DEVICES_BRANCH: "master"
workflow:
rules:
- if: $CI_PIPELINE_SOURCE == "schedule"
- if: $CI_PIPELINE_SOURCE == "web"
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS
when: never
- if: $CI_COMMIT_BRANCH
include:
- template: Security/Secret-Detection.gitlab-ci.yml