From 2d68d35cdab23a5332344930d557b50f95b550be Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Fri, 17 Nov 2023 09:10:47 +0100 Subject: [PATCH] altro test yaml --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b2eaea8a..505e7d2a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -91,11 +91,11 @@ LAND:build: APP_NAME: MP.Land SOL_NAME: MP-LAND rules: - # - if: $CI_COMMIT_BRANCH =~ /^feature/ - # when: never + - if: $CI_COMMIT_BRANCH =~ /^feature/ + when: never - if: $CI_COMMIT_BRANCH == 'develop' - if: $CI_COMMIT_BRANCH == 'master' - # - if: $CI_COMMIT_BRANCH =~ /^feature/LAND.+/ + - if: $CI_COMMIT_BRANCH =~ /^feature/LAND.+/ before_script: - *nuget-fix - dotnet restore "$env:SOL_NAME.sln"