Skip to content

Commit f330097

Browse files
committed
changed actions
1 parent 274172e commit f330097

1 file changed

Lines changed: 21 additions & 3 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 🐳 Build Docker image
1+
name: Build Docker image
22

33
on:
44
workflow_dispatch:
@@ -9,14 +9,32 @@ on:
99
- "Dockerfile"
1010
- ".dockerignore"
1111
- "personal-security-checklist.yml"
12-
- "web/**"
12+
- "adapters/**"
13+
- "lib/**"
14+
- "public/**"
15+
- "src/**"
16+
- "package.json"
17+
- "package-lock.json"
18+
- "postcss.config.js"
19+
- "serve.mjs"
20+
- "tsconfig.json"
21+
- "vite.config.mts"
1322
- ".github/workflows/docker-image.yml"
1423
pull_request:
1524
paths:
1625
- "Dockerfile"
1726
- ".dockerignore"
1827
- "personal-security-checklist.yml"
19-
- "web/**"
28+
- "adapters/**"
29+
- "lib/**"
30+
- "public/**"
31+
- "src/**"
32+
- "package.json"
33+
- "package-lock.json"
34+
- "postcss.config.js"
35+
- "serve.mjs"
36+
- "tsconfig.json"
37+
- "vite.config.mts"
2038
- ".github/workflows/docker-image.yml"
2139

2240
permissions:

0 commit comments

Comments
 (0)