Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 1 addition & 17 deletions .github/workflows/jan-server-web-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There appears to be a typo on this line. The branch name is listed as "dev-web'" with an unexpected trailing single quote. Please remove the trailing single quote to correct it.

Suggested change
- dev-web'
- 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:
Expand Down
8 changes: 0 additions & 8 deletions .github/workflows/jan-server-web-cicd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down