From 040cc1a9cd7e4077d432cb8b2de74ebbddd1481f Mon Sep 17 00:00:00 2001 From: Xwite <1797350009@qq.com> Date: Thu, 14 Apr 2022 08:36:55 +0800 Subject: [PATCH] =?UTF-8?q?ci:=E4=B8=8D=E5=AF=B9=E6=96=87=E6=A1=A3?= =?UTF-8?q?=E7=B1=BB=E7=9A=84=E6=9B=B4=E6=94=B9=E8=BF=9B=E8=A1=8C=E6=B5=8B?= =?UTF-8?q?=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 42321e5ae..9d464c35e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,6 +4,10 @@ on: push: branches: - master + paths: + - '**' + - '!**/assets/**' + - '!**.md' pull_request: workflow_dispatch: