Confirm docs-only changes no longer trigger a production deploy

This commit is contained in:
2026-08-13 11:56:39 +07:00
parent a4819b8653
commit d5ea65cd6e
5 changed files with 32 additions and 8 deletions
+11
View File
@@ -3,6 +3,17 @@ name: Deploy to production
on:
push:
branches: [master]
paths:
# Everything the two Dockerfiles actually COPY into their images.
- apps/ai-service/**
- apps/web/**
- packages/**
- ingestion/data/verified/drug_entities.json
# docker-compose.prod.yml, docker-compose.observability.yml,
# Caddyfile, and the grafana/otel/prometheus/tempo configs it mounts.
- infra/docker/**
# Changes to the deploy logic itself should still be exercised.
- .github/workflows/deploy.yml
workflow_dispatch:
jobs: