From 3d6dd5e2511daae4fce8b7c94d6219bf05f9ef5b Mon Sep 17 00:00:00 2001 From: Newton <5769156+iamnewton@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:31:15 -0700 Subject: [PATCH] =?UTF-8?q?fix(deploy):=20=F0=9F=90=9B=20add=20astro=20con?= =?UTF-8?q?fig=20files=20to=20path=20triggers?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Newton <5769156+iamnewton@users.noreply.github.com> --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e2fcbcc..17a4fc5 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,6 +9,9 @@ on: # yamllint disable-line rule:truthy branches: [main] paths: - docs/** + - astro.config.ts + - pnpm-workspace.yaml + - pnpm-lock.yaml workflow_dispatch: concurrency: