Limit Docker build workflow to relevant path changes (#12)

This commit is contained in:
2026-03-13 12:40:06 -04:00
committed by GitHub
parent 912b2766ff
commit 781f843372
+11
View File
@@ -3,6 +3,17 @@ name: Docker
on: on:
push: push:
branches: [main] branches: [main]
paths:
- "apps/server/**"
- "apps/web/**"
- "packages/**"
- "Dockerfile"
- "turbo.json"
- "package.json"
- "bun.lock"
- "biome.json"
- "tsconfig.json"
- ".github/workflows/docker.yml"
tags: ["v*"] tags: ["v*"]
permissions: permissions: