From 3d8a5e27ff482c93b0226a6d614a578dcfc93c62 Mon Sep 17 00:00:00 2001 From: JisungKim <66466139+JisuuungKim@users.noreply.github.com> Date: Thu, 23 May 2024 21:12:07 +0900 Subject: [PATCH] =?UTF-8?q?jekyll.yml=20path=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: JisungKim <66466139+JisuuungKim@users.noreply.github.com> --- .github/workflows/jekyll.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/jekyll.yml b/.github/workflows/jekyll.yml index 8c363f3a3f..5b5a076000 100644 --- a/.github/workflows/jekyll.yml +++ b/.github/workflows/jekyll.yml @@ -10,6 +10,10 @@ on: # Runs on pushes targeting the default branch push: branches: ["master"] + paths: + - "jekyll.yml" + - "creative-theme-jekyll-master/**" + - "_config.yml" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: