From 01c285993f0af124ef7a3ab402fcc5ecc3103e67 Mon Sep 17 00:00:00 2001 From: Hayden Hargreaves Date: Sun, 26 Apr 2026 22:15:24 -0700 Subject: [PATCH] fix: ci for web should only build when web is changed --- .github/workflows/web-image.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/web-image.yml b/.github/workflows/web-image.yml index 1b285e7..8c15980 100644 --- a/.github/workflows/web-image.yml +++ b/.github/workflows/web-image.yml @@ -4,6 +4,8 @@ on: push: branches: - master + paths: + - "web/**" workflow_dispatch: permissions: