mirror of
https://github.com/jakejarvis/sofa.git
synced 2026-08-29 01:35:39 -04:00
Limit Docker build workflow to relevant path changes (#12)
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user