diff --git a/.gitea/workflows/release-on-tag.yml b/.gitea/workflows/release-on-tag.yml index 4fb301c..391e4e2 100644 --- a/.gitea/workflows/release-on-tag.yml +++ b/.gitea/workflows/release-on-tag.yml @@ -3,8 +3,10 @@ run-name: Run for tag ${{ github.ref_name }} on ${{ github.ref }} on: push: - branches: [ main ] - tags: [0-9]+.[0-9]+.[0-9]+ + branches: + - main + tags: + - "*" jobs: build: @@ -30,4 +32,4 @@ jobs: with: files: |- on-site-vtt/** - api_key: '${{secrets.RELEASE_TOKEN}}' + api_key: "${{secrets.RELEASE_TOKEN}}"