only trigger api build on changes to api

This commit is contained in:
Will Freeman
2026-02-13 08:49:15 -07:00
parent 96aaf75260
commit 0d39af9aa0

View File

@@ -3,6 +3,8 @@ name: DeFlock API Deploy
on:
push:
branches: [master]
paths:
- 'api/**'
jobs:
deploy: