From 50a7830b289e5d3702217a1ac4ff932b87207ed3 Mon Sep 17 00:00:00 2001 From: spacewander Date: Wed, 17 Jan 2024 21:53:16 +0800 Subject: [PATCH] ci: fix paths-ignore Signed-off-by: spacewander --- .github/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a73f6bcc..1af5aa32 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -4,12 +4,12 @@ on: push: branches: [ "main" ] paths-ignore: - - "./site" + - "site/**" - "**/*.md" pull_request: branches: [ "main" ] paths-ignore: - - "./site" + - "site/**" - "**/*.md" concurrency: