From 6bdb3f23e2a16e62f7fc25a925e9077063e2b26c Mon Sep 17 00:00:00 2001 From: scarf Date: Thu, 5 Oct 2023 15:28:59 +0900 Subject: [PATCH] ci: only deploy docs when needed (#3365) --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 0887a43f6e0e..387e9cc64c28 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,6 +3,7 @@ name: Deploy starlight documentation to GitHub Pages on: push: branches: [upload] + paths: [doc/**] workflow_dispatch: