From 8c0eed0a41c1234101de43e16a6605e8fa093cc5 Mon Sep 17 00:00:00 2001 From: Simon Prochazka Date: Sat, 22 Jun 2019 13:26:26 +0200 Subject: [PATCH] ci: run release-notary only on tags --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 5a45ed2..6daf4b9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,3 +13,5 @@ release-notary: - make build - mv build/release-notary . - ./release-notary log + only: + - tags