From b923eb08f8cfd1d25d9ba414974da6b64cf89b9f Mon Sep 17 00:00:00 2001 From: Guan <821143943@qq.com> Date: Fri, 9 Aug 2024 16:30:14 +0800 Subject: [PATCH] Revert "build: update assets on main" This reverts commit 58b97af9d66de4bd758c089696af5818c2f1d43f. --- .github/workflows/scripts-update.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/scripts-update.yml b/.github/workflows/scripts-update.yml index a82f82a7..2a17597d 100644 --- a/.github/workflows/scripts-update.yml +++ b/.github/workflows/scripts-update.yml @@ -43,11 +43,13 @@ jobs: title: 'chore: update generated assets [skip ci]' body: | This is an auto-generated PR with updated static assets. - branch: dev - delete-branch: false - base: main + branch: scripts/update + delete-branch: true + base: dev labels: | scripts/update + assignees: | + GalvinGao reviewers: | GalvinGao