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: on:
push: push:
branches: branches:
- dev-web - dev-web'
paths:
- '.github/workflows/jan-server-web-ci.yml'
- 'core/**'
- 'web-app/**'
- 'extensions-web/**'
- 'Makefile'
- 'package.json'
- 'Dockerfile'
pull_request: pull_request:
branches: branches:
- dev-web - dev-web
paths:
- '.github/workflows/jan-server-web-ci.yml'
- 'core/**'
- 'web-app/**'
- 'extensions-web/**'
- 'Makefile'
- 'package.json'
- 'Dockerfile'
jobs: jobs:
build-and-preview: build-and-preview:

View File

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