add manual dispatch to docker workflows

This commit is contained in:
Saeed Vaziry 2025-01-11 16:11:00 +01:00
parent 5aa100519e
commit e976709522
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
name: Docker Latest name: Docker Latest
on: on:
workflow_dispatch:
push: push:
branches: branches:
- 2.x - 2.x

View File

@ -1,6 +1,7 @@
name: Docker Release name: Docker Release
on: on:
workflow_dispatch:
release: release:
types: [ created ] types: [ created ]