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' +