From 725261c02d3bcfbc4377092f5ff731b41e21ad16 Mon Sep 17 00:00:00 2001 From: oleorhagen Date: Thu, 12 Nov 2020 11:02:16 +0100 Subject: [PATCH] Revert "Remove the 'only' tag from the publish job" --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bab0fd6..0166a26 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -206,3 +206,6 @@ publish:s3: - aws s3api put-object-acl --acl public-read --bucket $S3_BUCKET_NAME --key ${RASPBIAN_NAME}/arm/${PUBLISH_NAME} - done + + only: + - /^(master|[0-9]+\.[0-9]+\.x)$/