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