diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f3e194b..625f646 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -202,7 +202,7 @@ AC:install: - win rules: - if: '$CI_COMMIT_BRANCH == "master"' - when: manual + # when: manual # only: # - tags # the build process will only be started by git tag commits before_script: @@ -223,7 +223,7 @@ BHS:install: - win rules: - if: '$CI_COMMIT_BRANCH == "master"' - when: manual + # when: manual before_script: - *nuget-fix - '& "$env:NUGET_PATH" restore GPW.sln -verbosity quiet'