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:
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
- "src/**"
|
||||
- "public/**"
|
||||
- "package.json"
|
||||
- "package-lock.json"
|
||||
- "next.config.ts"
|
||||
- "tsconfig.json"
|
||||
- "tailwind.config.*"
|
||||
|
||||
jobs:
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user