Skip to content

Commit 5979748

Browse files
committed
update ci file
1 parent 970f8ea commit 5979748

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-and-push.standalone.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,22 @@ on:
99
# Next / App
1010
- 'src/**'
1111
- 'public/**'
12+
- 'messages/**'
1213
# Docker / Infra
1314
- 'docker/**'
1415
- 'docker-compose.prod.yml'
1516
# Build & Tooling
1617
- 'package.json'
1718
- 'pnpm-lock.yaml'
1819
- 'next.config.*'
20+
- 'next-sitemap.config.*'
1921
- 'redirects.js'
2022
- 'tailwind.config.mjs'
2123
- 'postcss.config.js'
2224
- 'tsconfig.json'
2325
- 'components.json'
2426
- 'scripts/**'
27+
- '.github/**'
2528
# Env template
2629
- '.env.example'
2730
workflow_dispatch:

0 commit comments

Comments
 (0)