From 87e33497cef99cae55985bcb9898001f16e68135 Mon Sep 17 00:00:00 2001 From: hiento09 <136591877+hiento09@users.noreply.github.com> Date: Mon, 14 Oct 2024 23:35:12 +0700 Subject: [PATCH] ci: Update jan-docs.yml (#3799) --- .github/workflows/jan-docs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/jan-docs.yml b/.github/workflows/jan-docs.yml index 9327f66bb..ada038e83 100644 --- a/.github/workflows/jan-docs.yml +++ b/.github/workflows/jan-docs.yml @@ -4,7 +4,13 @@ on: push: branches: - dev + paths: + - 'docs/**' + - '.github/workflows/jan-docs.yml' pull_request: + paths: + - 'docs/**' + - '.github/workflows/jan-docs.yml' # Review gh actions docs if you want to further define triggers, paths, etc # https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on workflow_dispatch: