Removed constraints on tag
Some checks failed
Building and testing LASP / Build-Test-Ubuntu (push) Successful in 2m20s
Building and testing LASP / Release-Ubuntu (push) Failing after -1m9s

This commit is contained in:
Anne de Jong 2023-10-05 21:52:51 +02:00
parent 6bb15965d6
commit 2d0d24a35a

View File

@ -2,8 +2,6 @@ name: Building and testing LASP
on:
push:
tags:
- '*'
jobs:
Build-Test-Ubuntu:
@ -32,3 +30,4 @@ jobs:
dist/**
api_key: '${{secrets.RELEASE_TOKEN}}'
if: gitea.ref == 'refs/heads/master'