From 5e1dd98ecd1bc0fae6de16e7f507fdc18e8ae67c Mon Sep 17 00:00:00 2001 From: Matthias Langhard Date: Thu, 4 Nov 2021 21:22:49 +0100 Subject: [PATCH] deploy: runs tests only on tags --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6f0f607..de764ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,6 +3,8 @@ stages: - publish running tests for tag: + only: + - tags image: mcr.microsoft.com/dotnet/sdk:5.0 stage: test script: