Skip to content

Commit 4d7bf52

Browse files
committed
ci: add paths for jan server web
1 parent d490174 commit 4d7bf52

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,31 @@ on:
44
push:
55
branches:
66
- dev
7+
paths:
8+
- '.github/workflows/jan-server-web-ci.yaml'
9+
- 'src-tauri/**'
10+
- 'core/**'
11+
- 'web-app/**'
12+
- 'extensions/**'
13+
- 'scripts/**'
14+
- 'pre-install/**'
15+
- 'Makefile'
16+
- 'package.json'
17+
- 'mise.toml'
718
pull_request:
819
branches:
920
- dev
21+
paths:
22+
- '.github/workflows/jan-server-web-ci.yaml'
23+
- 'src-tauri/**'
24+
- 'core/**'
25+
- 'web-app/**'
26+
- 'extensions/**'
27+
- 'scripts/**'
28+
- 'pre-install/**'
29+
- 'Makefile'
30+
- 'package.json'
31+
- 'mise.toml'
1032

1133
jobs:
1234
build-and-preview:

0 commit comments

Comments
 (0)