From f9f1257c777c648d622dda55654926b522827ac6 Mon Sep 17 00:00:00 2001 From: Horis <8674809+821938089@users.noreply.github.com> Date: Thu, 11 Jul 2024 20:36:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c8961c8b7..db4c4bde4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -6,13 +6,17 @@ on: - master paths: - '**' - - '!**/assets/**' - - '!**.md' + # - '!**/assets/**' + # - '!**.md' - '!**/ISSUE_TEMPLATE/**' - '!**/modules/web/**' pull_request: paths-ignore: - '**/modules/web/**' + workflow_run: + workflows: [Build Web] + types: + - completed workflow_dispatch: jobs: