From f80634fb4d33df705a0e8dddc51e847427ab7d44 Mon Sep 17 00:00:00 2001 From: subochev Date: Wed, 29 Jul 2026 11:37:54 +0300 Subject: [PATCH] DevOps --- .gitea/workflows/autotest.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/autotest.yaml b/.gitea/workflows/autotest.yaml index 8ee65c4..a09de59 100644 --- a/.gitea/workflows/autotest.yaml +++ b/.gitea/workflows/autotest.yaml @@ -20,6 +20,11 @@ on: - 'apiCoreTest' - 'apiBffTest' default: 'apiTest' + branch: + description: 'Ветка' + required: true + type: string + default: release-1 jobs: deploy-dev: name: 'Deploy to dev'