From 2c2f6a753aa78bf500923b5f8297768576bf4e73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=B8=E5=BE=92=E7=8E=9F=E7=90=85?= Date: Tue, 25 Jan 2022 16:08:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5md=E6=96=87=E4=BB=B6=E7=9A=84?= =?UTF-8?q?=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dotnet-core.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index e4bfed7..156e7e5 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -7,14 +7,16 @@ on: paths: - "**" - "!**.MD" + - "!**.md" - "!LICENSE" - "!.gitignore" - - "!.github/workflows**" + - "!.github/workflows/**" pull_request: branches: [ master ] paths: - "**" - "!**.MD" + - "!**.md" - "!LICENSE" - "!.gitignore"