From a47ee11eae555f9b3be5277a1a3bdf418098ddf2 Mon Sep 17 00:00:00 2001 From: Ahmet Gozuberk Date: Mon, 15 Apr 2024 13:43:04 +0300 Subject: [PATCH] Devops pipeline test dummy commit --- .gitlab-ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c1e289c..db93117 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,3 +1,8 @@ +workflow: + rules: + - if: $CI_PIPELINE_SOURCE == "external_pull_request_event" + - if: $CI_PIPELINE_SOURCE == "push" && $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH + always-run: script: echo 'this should always run'