Skip to content

Commit c3a44dd

Browse files
committed
chore: update missing paths
1 parent 4d7bf52 commit c3a44dd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,30 +5,30 @@ on:
55
branches:
66
- dev
77
paths:
8-
- '.github/workflows/jan-server-web-ci.yaml'
9-
- 'src-tauri/**'
8+
- '.github/workflows/jan-server-web-ci.yml'
109
- 'core/**'
1110
- 'web-app/**'
1211
- 'extensions/**'
13-
- 'scripts/**'
12+
- 'extensions-web/**'
1413
- 'pre-install/**'
1514
- 'Makefile'
1615
- 'package.json'
1716
- 'mise.toml'
17+
- 'Dockerfile'
1818
pull_request:
1919
branches:
2020
- dev
2121
paths:
22-
- '.github/workflows/jan-server-web-ci.yaml'
23-
- 'src-tauri/**'
22+
- '.github/workflows/jan-server-web-ci.yml'
2423
- 'core/**'
2524
- 'web-app/**'
2625
- 'extensions/**'
27-
- 'scripts/**'
26+
- 'extensions-web/**'
2827
- 'pre-install/**'
2928
- 'Makefile'
3029
- 'package.json'
3130
- 'mise.toml'
31+
- 'Dockerfile'
3232

3333
jobs:
3434
build-and-preview:

0 commit comments

Comments
 (0)