From 070cc94656d3b6f6e3dc73bc7b8dced8c11f2590 Mon Sep 17 00:00:00 2001 From: scarletborder Date: Sat, 15 Nov 2025 01:10:46 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BB=85=E5=85=81=E8=AE=B8=E6=94=AF?= =?UTF-8?q?=E6=8C=81mr=E5=BC=95=E5=8F=91=E7=9A=84=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy-static.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy-static.yml b/.github/workflows/deploy-static.yml index 6d0f260..e959b00 100644 --- a/.github/workflows/deploy-static.yml +++ b/.github/workflows/deploy-static.yml @@ -1,9 +1,6 @@ name: Deploy Static Assets on: - push: - branches: - - release pull_request: types: - closed @@ -17,7 +14,6 @@ permissions: jobs: build-and-deploy: if: | - github.event_name == 'push' || github.event_name == 'workflow_dispatch' || (github.event_name == 'pull_request' && github.event.pull_request.merged == true)