diff --git a/.github/workflows/wespot-cd.yml b/.github/workflows/wespot-cd.yml index c8ca4ec4..64efb15c 100644 --- a/.github/workflows/wespot-cd.yml +++ b/.github/workflows/wespot-cd.yml @@ -3,7 +3,9 @@ on: workflow_dispatch: pull_request: - branches: [ develop ] + branches: + - develop + - main types: [ closed ] jobs: @@ -41,9 +43,6 @@ jobs: - name: Docker Image Build run: docker buildx build --platform linux/amd64 -t wespot0817/wespot . --push - - name: Docker Hub push - run: docker push wespot0817/wespot - - name: Docker Pull And run uses: appleboy/ssh-action@v0.1.6 with: