diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5896944..1ccde64 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,12 +40,11 @@ update_windows_deps: rules: - if: $CI_COMMIT_TAG when: never - - changes: + - if: $CI_COMMIT_BRANCH == "main" + changes: - Pipfile - Pipfile.lock when: always - - if: $CI_COMMIT_BRANCH == "main" - when: always before_script: - Import-Module "$env:ChocolateyInstall\helpers\chocolateyProfile.psm1" - choco install python --version=$PYTHON_VERSION -y --no-progress @@ -73,7 +72,7 @@ commit_windows_deps: script: - dos2unix Pipfile.lock - git commit -m "Updated windows deps from CI" Pipfile.lock || echo "No changes" - - git push HEAD:$CI_COMMIT_REF_NAME + - git push origin HEAD:$CI_COMMIT_REF_NAME package_linux: needs: