chore: add workflow_dispatch trigger to deploy.yml for manual deployment

This commit is contained in:
vchikalkin 2025-10-09 18:19:57 +03:00
parent ee4e70f43d
commit 6080aadc93

View File

@ -4,6 +4,7 @@ on:
push:
branches:
- main
workflow_dispatch:
jobs:
build-and-push: