X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/300639b4e4f9b87c2183e4e095a74e243f60bfac..e109f04e04f77ffe0d56a8737fc04d7df925b882:/.gitlab-ci.yml?ds=sidebyside diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f2d010..a508549 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,13 +3,17 @@ stages: upload: stage: upload - except: main + except: + refs: + - main script: - make upload upload_production: stage: upload - only: main + only: + refs: + - main environment: production script: - make upload