diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3b2bc2d..95f8d73 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: - name: Deploy to website shell: bash - if: ${{ github.event.push && github.ref == 'refs/heads/master' }} + if: ${{ github.ref == 'refs/heads/master' }} run: | mkdir -p ~/.ssh echo '${{ secrets.KNOWN_HOST_STRING }}' >> ~/.ssh/known_hosts