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