diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 4976035..4bddc28 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -69,7 +69,7 @@ jobs: needs: docker name: Deploy Beta runs-on: ubuntu-latest - if: ${{ github.ref == 'ref/head/master' && github.event_name == 'push' }} + if: github.ref == 'refs/heads/master' steps: - name: Deploy uses: appleboy/ssh-action@master