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
on:
workflow_dispatch:
push:
branches:
- 2.x

View File

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