ci: add paths for jan server web

This commit is contained in:
Minh141120 2025-09-05 16:31:50 +07:00
parent d490174544
commit 4d7bf5271d

View File

@ -4,9 +4,31 @@ on:
push:
branches:
- dev
paths:
- '.github/workflows/jan-server-web-ci.yaml'
- 'src-tauri/**'
- 'core/**'
- 'web-app/**'
- 'extensions/**'
- 'scripts/**'
- 'pre-install/**'
- 'Makefile'
- 'package.json'
- 'mise.toml'
pull_request:
branches:
- dev
paths:
- '.github/workflows/jan-server-web-ci.yaml'
- 'src-tauri/**'
- 'core/**'
- 'web-app/**'
- 'extensions/**'
- 'scripts/**'
- 'pre-install/**'
- 'Makefile'
- 'package.json'
- 'mise.toml'
jobs:
build-and-preview: