Skip to content

Commit 91e17dc

Browse files
authored
Merge pull request #6430 from menloresearch/ci/remove-path-for-jan-web
ci: remove paths triggered for jan server
2 parents 129c64a + 6c93513 commit 91e17dc

File tree

2 files changed

+1
-25
lines changed

2 files changed

+1
-25
lines changed

.github/workflows/jan-server-web-ci.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,10 @@ name: Jan Web Server build image and push to Harbor Registry
33
on:
44
push:
55
branches:
6-
- dev-web
7-
paths:
8-
- '.github/workflows/jan-server-web-ci.yml'
9-
- 'core/**'
10-
- 'web-app/**'
11-
- 'extensions-web/**'
12-
- 'Makefile'
13-
- 'package.json'
14-
- 'Dockerfile'
6+
- dev-web'
157
pull_request:
168
branches:
179
- dev-web
18-
paths:
19-
- '.github/workflows/jan-server-web-ci.yml'
20-
- 'core/**'
21-
- 'web-app/**'
22-
- 'extensions-web/**'
23-
- 'Makefile'
24-
- 'package.json'
25-
- 'Dockerfile'
2610

2711
jobs:
2812
build-and-preview:

.github/workflows/jan-server-web-cicd-prod.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@ on:
44
push:
55
branches:
66
- prod-web
7-
paths:
8-
- '.github/workflows/jan-server-web-cicd-prod.yml'
9-
- 'core/**'
10-
- 'web-app/**'
11-
- 'extensions-web/**'
12-
- 'Makefile'
13-
- 'package.json'
14-
- 'Dockerfile'
157

168
jobs:
179
build-and-deploy:

0 commit comments

Comments
 (0)