Build path filters
Path filters control whether a Git push triggers an auto-deploy. Configure included and ignored paths in service Settings → Deploy.
Included paths
When included paths are set, at least one changed file must match an included pattern for a deploy to run. Leave empty to deploy on any push to the linked branch.
Ignored paths
When all changed files match ignored patterns only, the push is skipped. Useful for docs/** or *.md when those changes should not rebuild production.
Examples
- Monorepo app in
apps/api/**— include that prefix only - Ignore
README.mdanddocs/**for a stable API service