We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d7bf52 commit e32bb9cCopy full SHA for e32bb9c
.github/workflows/jan-server-web-ci.yml
@@ -6,29 +6,30 @@ on:
6
- dev
7
paths:
8
- '.github/workflows/jan-server-web-ci.yaml'
9
- - 'src-tauri/**'
10
- 'core/**'
11
- 'web-app/**'
12
- 'extensions/**'
13
- - 'scripts/**'
+ - 'extensions-web/**'
14
- 'pre-install/**'
15
- 'Makefile'
16
- 'package.json'
+ - 'yarn.lock'
17
- 'mise.toml'
18
+ - 'Dockerfile'
19
pull_request:
20
branches:
21
22
23
24
25
26
27
28
29
30
31
32
33
34
jobs:
35
build-and-preview:
0 commit comments