From: Ruben Beltran del Rio Date: Thu, 14 Oct 2021 21:51:01 +0000 (+0200) Subject: Update ref except/only X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/commitdiff_plain/96fa45d2a28a2bc75aeac3cba5cdab86ac4f4d22?ds=inline;hp=300639b4e4f9b87c2183e4e095a74e243f60bfac Update ref except/only --- diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f2d010..c8e8ac1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,13 +3,15 @@ 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