fix CI deployment

This commit is contained in:
Yeicor
2024-03-10 17:56:48 +01:00
parent b339955e37
commit c1ae621e6f
3 changed files with 57 additions and 19 deletions

View File

@@ -6,6 +6,11 @@ on:
branches:
- "master"
workflow_call:
inputs:
ref:
type: "string"
required: true
description: "The ref (branch or tag) to build"
jobs: