Skip to content

Commit 3e4fa55

Browse files
committed
ci: deploy cloud for app and config changes
1 parent d2d7c8e commit 3e4fa55

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

.github/workflows/deploy-backend.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,28 @@ on:
44
push:
55
branches: [dev, main]
66
paths:
7+
- '.github/workflows/deploy-backend.yml'
8+
- 'app/**'
9+
- 'content/**'
10+
- 'packages/config/**'
11+
- 'packages/content/**'
712
- 'packages/lib/**'
813
- 'packages/db/**'
914
- 'packages/scripts/**'
1015
- 'packages/services/**'
11-
- 'app/api/**'
16+
- 'packages/types/**'
17+
- 'packages/ui/**'
18+
- 'public/**'
19+
- 'scripts/**'
20+
- 'services/**'
21+
- 'drizzle.config.ts'
22+
- 'mdx-components.tsx'
23+
- 'next.config.ts'
1224
- 'package.json'
25+
- 'postcss.config.mjs'
26+
- 'proxy.ts'
1327
- 'bun.lock'
28+
- 'vercel.json'
1429
workflow_dispatch:
1530
inputs:
1631
environment:

0 commit comments

Comments
 (0)