diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 46cea67..992f2e5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -590,10 +590,10 @@ EgwProxy.Shelly:build:release: variables: CONFIG: Release APP_NAME: EgwProxy.Shelly - rules: - - if: $CI_COMMIT_BRANCH == 'main' - changes: - - EgwProxy.Shelly/* + # rules: + # - if: $CI_COMMIT_BRANCH == 'main' + # changes: + # - EgwProxy.Shelly/* before_script: - *nuget-fix - '& "$env:NUGET_PATH" restore "$env:APP_NAME.sln" -verbosity quiet'