diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index caad02e..55ff129 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -96,7 +96,7 @@ jobs: deploy: needs: test - if: github.ref == 'refs/heads/main' && github.event_name == 'push' + if: github.event_name == 'push' runs-on: ubuntu-latest steps: - name: Deploy via SSH