From 4cea9959c9bebedefac2b2076c25d55ce90689d4 Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Tue, 10 May 2022 10:19:56 +0200 Subject: [PATCH] Corretto pubblicazione: solo develop/master x testing --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1daf2cf7..aa5b6fac 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,6 +76,10 @@ X86:build: stage: build tags: - win + only: + - main + - master + - develop variables: APP_NAME: EgtBEAMWALL.Supervisor APP_NAME2: EgtBEAMWALL.ViewerOptimizer @@ -96,6 +100,10 @@ X64:build: stage: build tags: - win + only: + - main + - master + - develop variables: APP_NAME: EgtBEAMWALL.Supervisor APP_NAME2: EgtBEAMWALL.ViewerOptimizer