ci: remove paths triggered for jan server

This commit is contained in:
Minh141120 2025-09-12 13:41:48 +07:00
parent 129c64a9a4
commit 6c935132a9
2 changed files with 1 additions and 25 deletions

View File

@ -3,26 +3,10 @@ name: Jan Web Server build image and push to Harbor Registry
on:
push:
branches:
- dev-web
paths:
- '.github/workflows/jan-server-web-ci.yml'
- 'core/**'
- 'web-app/**'
- 'extensions-web/**'
- 'Makefile'
- 'package.json'
- 'Dockerfile'
- dev-web'
pull_request:
branches:
- dev-web
paths:
- '.github/workflows/jan-server-web-ci.yml'
- 'core/**'
- 'web-app/**'
- 'extensions-web/**'
- 'Makefile'
- 'package.json'
- 'Dockerfile'
jobs:
build-and-preview:

View File

@ -4,14 +4,6 @@ on:
push:
branches:
- prod-web
paths:
- '.github/workflows/jan-server-web-cicd-prod.yml'
- 'core/**'
- 'web-app/**'
- 'extensions-web/**'
- 'Makefile'
- 'package.json'
- 'Dockerfile'
jobs:
build-and-deploy: