diff --git a/.github/workflows/optimize-templates.yml b/.github/workflows/optimize-templates.yml index 08ef08cb22..7abb7c3750 100644 --- a/.github/workflows/optimize-templates.yml +++ b/.github/workflows/optimize-templates.yml @@ -5,11 +5,7 @@ on: branches: - "dev" paths: - - "resource/global/txwy/resource/template/**" - - "resource/global/YostarEN/resource/template/**" - - "resource/global/YostarJP/resource/template/**" - - "resource/global/YostarKR/resource/template/**" - - "resource/template/**" + - "resource/**/*.png" - "docs/.vuepress/public/image/**" - "website/apps/web/public/**" - "website/apps/web/src/assets/links/**"