diff --git a/.github/workflows/install-dockerfile-and-check-ssl.yml b/.github/workflows/install-dockerfile-and-check-ssl.yml index d16ebbb9..edbef5c4 100644 --- a/.github/workflows/install-dockerfile-and-check-ssl.yml +++ b/.github/workflows/install-dockerfile-and-check-ssl.yml @@ -1,11 +1,6 @@ name: Docker Build and Test -on: - workflow_dispatch: - inputs: - branch_name: - description: 'build branch name' - required: true +on: [push] jobs: build: