Starting pipeline
This commit is contained in:
@@ -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}}"
|
||||||
|
|||||||
Reference in New Issue
Block a user