diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 032d724..87c96d8 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -60,7 +60,7 @@ jobs: deploy: name: Deploy - if: github.event_name != 'pull_request' + if: github.event_name != 'pull_request' && github.ref_name == 'main' needs: test runs-on: ubuntu-latest permissions: