diff --git a/.github/workflows/install-dockerfile-and-check-ssl.yml b/.github/workflows/install-dockerfile-and-check-ssl.yml index be60973a..3cbcca16 100644 --- a/.github/workflows/install-dockerfile-and-check-ssl.yml +++ b/.github/workflows/install-dockerfile-and-check-ssl.yml @@ -1,10 +1,15 @@ name: Docker Build and Test -on: [push] +on: + workflow_dispatch: + inputs: + branch_name: + description: 'The name of the branch to clone' + required: true jobs: build: - runs-on: self-hosted + runs-on: self-hosted steps: - name: Checkout repository