From d33f1b84c6407131dfd51025bf9b53c780677155 Mon Sep 17 00:00:00 2001 From: Dominik Hebeler <dominik@suma-ev.de> Date: Fri, 6 May 2022 18:02:11 +0200 Subject: [PATCH] fixed rule --- .gitlab/ci/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/deploy.yml b/.gitlab/ci/deploy.yml index 791890cfb..c77c1bac0 100644 --- a/.gitlab/ci/deploy.yml +++ b/.gitlab/ci/deploy.yml @@ -10,6 +10,6 @@ deploy_review: environment: name: review/$CI_COMMIT_REF_SLUG rules: - - if: '$CI_COMMIT_BRANCH != "master" || $CI_COMMIT_BRANCH == "development"' + - if: '$CI_COMMIT_BRANCH == "master" || $CI_COMMIT_BRANCH == "development"' when: never - if: '$CI_COMMIT_TAG || $CI_COMMIT_BRANCH' \ No newline at end of file -- GitLab