diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8dbc00d..0e46bcb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -101,6 +101,7 @@ make_installer: only: - tags - schedule + - master variables: NSIS: "C:\\program files (x86)\\nsis\\makensis.exe" before_script: @@ -124,4 +125,5 @@ upload: - python ../scripts/upload.py only: - tags - - schedules \ No newline at end of file + - schedules + - master \ No newline at end of file