From 60734c8d3fae3c01432db4def666ea6339f8982d Mon Sep 17 00:00:00 2001 From: INSide_734 <3217962725@qq.com> Date: Sun, 28 Jul 2024 14:33:13 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=A6=20=E6=B7=BB=E5=8A=A0=E5=A4=9C?= =?UTF-8?q?=E9=97=B4=E6=9E=84=E5=BB=BA=E8=87=AA=E5=8A=A8=E8=A7=A6=E5=8F=91?= =?UTF-8?q?=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/NightlyRelease.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/NightlyRelease.yml b/.github/workflows/NightlyRelease.yml index 7a061bc2..0381ed68 100644 --- a/.github/workflows/NightlyRelease.yml +++ b/.github/workflows/NightlyRelease.yml @@ -3,6 +3,8 @@ name: MMOitem Builder [Nightly Release] # Controls when the action will run. Triggers the workflow on push or pull request # events but only for the master branch on: + push: + branches: [Zh_cn] schedule: - cron: '0 21 * * *' workflow_dispatch: