fix(ci): only redeploy when specific files are changed
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user