From ff7bf2b2a2ade0dfc931c492719609c57231b6d9 Mon Sep 17 00:00:00 2001 From: Thomas Citharel Date: Tue, 10 Apr 2018 21:56:01 +0200 Subject: [PATCH] Build artifacts only on stable tags Signed-off-by: Thomas Citharel --- .gitlab-ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0a1f14f..e56ec24 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -51,7 +51,9 @@ pages: paths: - public only: - - master + - tags + except: + - (beta|alpha) # Deploy on develop beta: