Starting pipeline

This commit is contained in:
Alexander
2023-12-10 22:08:32 +01:00
parent 29ace6cc3f
commit 46b9c08221

View File

@@ -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}}"