fix(ci): only redeploy when specific files are changed

This commit is contained in:
2026-07-26 18:30:59 +02:00
parent 538114c9e8
commit b4ef6626fb
+8
View File
@@ -3,6 +3,14 @@ run-name: ${{ gitea.actor }} is deploying Le Tribunal
on: on:
push: push:
branches: [main] branches: [main]
paths:
- "src/**"
- "public/**"
- "package.json"
- "package-lock.json"
- "next.config.ts"
- "tsconfig.json"
- "tailwind.config.*"
jobs: jobs:
deploy: deploy: