From 7218ad6c986d50df617d0e7e012b47e2a3d09635 Mon Sep 17 00:00:00 2001 From: Slava Date: Tue, 29 Aug 2023 01:40:29 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0c42c42..0593138 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,11 +23,9 @@ release_job: rules: - - if: $CI_PIPELINE_SOURCE == "push" - # - if: "$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH" - # refs: - # - testing - # - ^tags + - refs: + - testing + - ^tags - changes: - data/**/* - modinfo.lua