From 45d246abceda9f322c3afbaa44a4248c538a9e86 Mon Sep 17 00:00:00 2001 From: roymondchen Date: Tue, 6 Aug 2024 14:42:06 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20github=20action=20=E4=BD=BF=E7=94=A8de?= =?UTF-8?q?v=E5=88=86=E6=94=AF=E4=BD=9C=E4=B8=BA=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=88=86=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index caacd80b..40d2e044 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -2,7 +2,7 @@ name: pages on: push: - branches: [master] + branches: [dev] workflow_dispatch: jobs: @@ -13,6 +13,7 @@ jobs: - uses: actions/checkout@v2 with: fetch-depth: 0 + ref: dev - name: Install pnpm uses: pnpm/action-setup@v2