From dbd24142ae3c3611f518eb1388e24f9a2157a055 Mon Sep 17 00:00:00 2001 From: Anirban Kar Date: Sat, 21 Dec 2024 01:09:44 +0530 Subject: [PATCH] ci: updated the docs ci to only trigger if any files changed in the docs folder (#849) --- .github/workflows/docs.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index ceff5084..0691be2f 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -4,6 +4,8 @@ on: push: branches: - main + paths: + - 'docs/**' # This will only trigger the workflow when files in docs directory change permissions: contents: write jobs: