Skip to content

Commit 0e7c12f

Browse files
committed
ci: remove unnecessary folder paths and on Dockerfile
1 parent 88fb1ac commit 0e7c12f

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ on:
88
- '.github/workflows/jan-server-web-ci.yml'
99
- 'core/**'
1010
- 'web-app/**'
11-
- 'extensions/**'
1211
- 'extensions-web/**'
1312
- 'Makefile'
1413
- 'package.json'
@@ -20,7 +19,6 @@ on:
2019
- '.github/workflows/jan-server-web-ci.yml'
2120
- 'core/**'
2221
- 'web-app/**'
23-
- 'extensions/**'
2422
- 'extensions-web/**'
2523
- 'Makefile'
2624
- 'package.json'

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ RUN yarn --version
1919
WORKDIR /app
2020

2121
# Copy source code
22-
COPY ./extensions ./extensions
2322
COPY ./extensions-web ./extensions-web
2423
COPY ./web-app ./web-app
2524
COPY ./Makefile ./Makefile

0 commit comments

Comments
 (0)