fix: ci for web should only build when web is changed

This commit is contained in:
Hayden Hargreaves 2026-04-26 22:15:24 -07:00
parent cfee5b47eb
commit 01c285993f

View File

@ -4,6 +4,8 @@ on:
push: push:
branches: branches:
- master - master
paths:
- "web/**"
workflow_dispatch: workflow_dispatch:
permissions: permissions: