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'