diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5553561..532c248 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,8 +2,6 @@ name: Deploy VitePress Site on: push: branches: [main] - pull_request: - branches: [main] workflow_dispatch: env: @@ -53,7 +51,6 @@ jobs: path: .vitepress/dist deploy: - if: github.event.pull_request.merged == true environment: name: github-pages url: ${{ steps.deployment.outputs.page_url }}