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'