From 36ffe8f262cb89b0a44f0e65a75f3a3cec1d8f0c Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Thu, 1 Apr 2021 11:54:55 +0200 Subject: [PATCH] when x develop --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0e744ed..ee331b8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -102,6 +102,7 @@ AC:deploy: stage: staging rules: - if: '$CI_COMMIT_BRANCH == "develop"' + when: always # only: # - tags # the build process will only be started by git tag commits before_script: @@ -126,6 +127,7 @@ BHS:deploy: stage: staging rules: - if: '$CI_COMMIT_BRANCH == "develop"' + when: always before_script: - *nuget-fix - '& "$env:NUGET_PATH" restore GPW.sln'