From 50aa4e9dc87cdfd37c49977a66cb6cedc03386ac Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Sat, 1 Jan 2022 16:04:23 -0600 Subject: [PATCH] Added other 2 jobs to the CI pipeline --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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