chore(workflows): add support for manual triggering and include 'v4' branch in Docker publish workflow
This commit is contained in:
@@ -4,6 +4,8 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- v4
|
||||||
|
workflow_dispatch: # Ручной запуск из Gitea Actions
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lint-and-test:
|
lint-and-test:
|
||||||
|
|||||||
Reference in New Issue
Block a user