update: only build when apps changes
Some checks failed
Docker Build and Push / build-and-push (push) Has been cancelled
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-12-30 15:07:10 +07:00
parent 662f76281b
commit 787fc0968c

View File

@@ -5,6 +5,28 @@ on:
branches: branches:
- main - main
- staging - staging
paths:
- 'app/**'
- 'pages/**'
- 'components/**'
- 'lib/**'
- 'public/**'
- '**/*.js'
- '**/*.jsx'
- '**/*.ts'
- '**/*.tsx'
- 'next.config.js'
- 'next.config.mjs'
- 'package.json'
- 'package-lock.json'
- 'pnpm-lock.yaml'
- 'yarn.lock'
- 'tsconfig.json'
- 'jsconfig.json'
- 'Dockerfile'
- 'Dockerfile.*'
- '.dockerignore'
- '.gitea/workflows/build.yml'
jobs: jobs:
build-and-push: build-and-push: