only build when app code is updated

This commit is contained in:
CJ_Clippy 2025-02-21 06:53:27 -08:00
parent 79d7831ef8
commit e7cfbfc9f8

View File

@ -4,6 +4,10 @@ on:
push:
branches:
- "main"
paths:
- "apps/**"
- "services/**"
- "packages/**"
jobs:
build: