From 2d0d24a35a9eb1db5d0885ec87f61edb08a2da88 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - ASCEE / Redu-Sone B.V." Date: Thu, 5 Oct 2023 21:52:51 +0200 Subject: [PATCH] Removed constraints on tag --- .gitea/workflows/workflow.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/workflow.yml b/.gitea/workflows/workflow.yml index 9995a4c..b43c410 100644 --- a/.gitea/workflows/workflow.yml +++ b/.gitea/workflows/workflow.yml @@ -2,8 +2,6 @@ name: Building and testing LASP on: push: - tags: - - '*' jobs: Build-Test-Ubuntu: @@ -31,4 +29,5 @@ jobs: files: |- dist/** api_key: '${{secrets.RELEASE_TOKEN}}' - if: gitea.ref == 'refs/heads/master' \ No newline at end of file + if: gitea.ref == 'refs/heads/master' +