Merge pull request #6430 from menloresearch/ci/remove-path-for-jan-web

ci: remove paths triggered for jan server
This commit is contained in:
Nguyen Ngoc Minh 2025-09-12 13:44:27 +07:00 committed by GitHub
commit 91e17dc4ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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: