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: