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: on:
push: push:
branches: [ main ] branches:
tags: [0-9]+.[0-9]+.[0-9]+ - main
tags:
- "*"
jobs: jobs:
build: build:
@@ -30,4 +32,4 @@ jobs:
with: with:
files: |- files: |-
on-site-vtt/** on-site-vtt/**
api_key: '${{secrets.RELEASE_TOKEN}}' api_key: "${{secrets.RELEASE_TOKEN}}"