From 161c0d738bef84731c1cff8eddc5d483180344ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B6=B5=E6=9B=A6?= Date: Sat, 14 Dec 2024 07:39:47 +0800 Subject: [PATCH] Update static.yml --- .github/workflows/static.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index d0f82e4..064d96c 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -8,7 +8,10 @@ on: tags: - "v*" paths: - - 'docs/**' # Only trigger on changes in the docs directory + - 'docs/**' + - 'README.md' + - 'CHANGELOG..md' + - '.github/workflows/static.yml' # Runs on issue events issues: types: [opened, edited, reopened] # Specify events you're interested in