diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c43b423..5553561 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -53,6 +53,7 @@ jobs: path: .vitepress/dist deploy: + if: github.event.pull_request.merged == true environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}