From 89e1f259daa5da8113657b76a2b7979d87abae6f Mon Sep 17 00:00:00 2001 From: Ctwo <43128991+YuiCtwo@users.noreply.github.com> Date: Fri, 6 Dec 2024 19:32:16 +0800 Subject: [PATCH] Update deploy.yml --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) 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 }}