From 31c8d91d437a936549b4e6c2661703aec63a80b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C3=ABl=20Minelli?= <michael@minelli.me> Date: Fri, 15 Sep 2023 16:16:49 +0200 Subject: [PATCH] CI/CD => Open test stage to all commit --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 77e5f67..97a8064 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -39,7 +39,7 @@ test:build: - npm install - npm run build rules: - - if: '$CI_COMMIT_TAG =~ "/^$/" && $CI_COMMIT_BRANCH != $CI_DEFAULT_BRANCH && $CI_COMMIT_BRANCH !~ /^v[0-9]+(\.[0-9]+)*$/' + - if: '$CI_COMMIT_TAG =~ "/^$/"' clean:release: stage: clean -- GitLab