From f4d51ae75d32d064483baeaf777fdabb22d79d22 Mon Sep 17 00:00:00 2001 From: Eduardo Almeida Date: Wed, 21 Feb 2024 12:55:06 +0000 Subject: [PATCH] ci: Run pipelines for all events (including Git tags) --- utils/tests/gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/tests/gitlab-ci.yml b/utils/tests/gitlab-ci.yml index 5962e1ece..b657e242d 100644 --- a/utils/tests/gitlab-ci.yml +++ b/utils/tests/gitlab-ci.yml @@ -35,7 +35,7 @@ workflow: - if: $CI_PIPELINE_SOURCE == "merge_request_event" - if: $CI_COMMIT_BRANCH && $CI_OPEN_MERGE_REQUESTS when: never - - if: $CI_COMMIT_BRANCH + - when: always ###################### BUILD STAGE #############################################