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