diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9ada6e8..52ec598 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,6 +51,7 @@ jobs: path: ./dist deploy: + if: github.event_name != 'pull_request' environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}