From ae60b2b4182e74f59d40c1c7225a5dd30468fb03 Mon Sep 17 00:00:00 2001 From: Murat Ugur Eminoglu Date: Mon, 1 Jul 2024 13:07:14 +0300 Subject: [PATCH] Update install-dockerfile-and-check-ssl.yml --- .github/workflows/install-dockerfile-and-check-ssl.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/install-dockerfile-and-check-ssl.yml b/.github/workflows/install-dockerfile-and-check-ssl.yml index ddc3a86e..8a3e8090 100644 --- a/.github/workflows/install-dockerfile-and-check-ssl.yml +++ b/.github/workflows/install-dockerfile-and-check-ssl.yml @@ -3,9 +3,10 @@ name: Docker Build and Test on: workflow_dispatch: inputs: - branch_name: - description: 'The name of the branch to clone' + branch_name: + description: 'build branch name' required: true + default: 'master' jobs: build: