From 9c695af3e90d42c804bba5ceb9d87222dd4418bb Mon Sep 17 00:00:00 2001 From: Dynesshely Date: Mon, 23 Sep 2024 13:24:28 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Chore(GitHub=20Actions):=20Only?= =?UTF-8?q?=20execute=20`preview`=20workflow=20when=20in=20flutter=20proje?= =?UTF-8?q?ct=20folder?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index 684f1ed..284c7e1 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -4,6 +4,8 @@ on: push: branches: - "dev=main" + paths: + - 'KitX Website Flutter/**' workflow_dispatch: jobs: