Starting pipeline
This commit is contained in:
@@ -1,9 +1,11 @@
|
|||||||
name: On-Site VTT - Release
|
name: On-Site VTT - Release
|
||||||
run-name: Run for tag ${{ github.ref_name }} on ${{ github.ref }}
|
run-name: Run for tag ${{ github.ref_name }} on ${{ github.ref }}
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main ]
|
branches: [ main ]
|
||||||
tags: [0-9]+.[0-9]+.[0-9]+
|
tags: [0-9]+.[0-9]+.[0-9]+
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user