File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- name : 🐳 Build Docker image
1+ name : Build Docker image
22
33on :
44 workflow_dispatch :
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
2240permissions :
You can’t perform that action at this time.
0 commit comments