chore: add workflow_dispatch to the docker release ci

This commit is contained in:
Andrew Bastin 2025-03-12 23:39:12 +05:30
parent cba478bd96
commit 795f7cf19b

View file

@ -4,6 +4,9 @@ on:
push:
tags:
- '*.*.*'
workflow_dispatch:
inputs:
# NO INPUTS
jobs:
build: