chore(workflows): add support for manual triggering and include 'v4' branch in Docker publish workflow
Publish Docker image / build-and-push (push) Has been cancelled
Publish Docker image / lint-and-test (push) Has been cancelled

This commit is contained in:
2026-03-15 23:47:35 +07:00
parent e529aa23ec
commit a71072168d
+2
View File
@@ -4,6 +4,8 @@ on:
push:
branches:
- main
- v4
workflow_dispatch: # Ручной запуск из Gitea Actions
jobs:
lint-and-test: