From 484e8a9c23e37b29db99f829ea53a3921cc75822 Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Thu, 1 Aug 2024 20:10:24 +0200 Subject: [PATCH] fix: paths for auto optimizayion --- .github/workflows/optimize-templates.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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/**"