File tree 2 files changed +16
-10
lines changed
2 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,17 @@ name: Build
3
3
on :
4
4
push :
5
5
branches : [ master ]
6
+ paths :
7
+ - ' !.github/**'
8
+ - ' !.editorconfig'
9
+ - ' !.gitattributes'
10
+ - ' !.gitignore'
11
+ - ' !.gitmodules'
12
+ - ' !LICENSE.txt'
13
+ - ' !README.md'
14
+ - ' !README_EN.md'
15
+ - ' !ShadowViewer.sln'
16
+ - ' !vercel.json'
6
17
workflow_dispatch :
7
18
8
19
Original file line number Diff line number Diff line change 10
10
</div >
11
11
12
12
<p align =" center " >
13
- <a href =" https://github.com/kitUIN/ShadowViewer/blob/master/LICENSE " >
14
- <img src="https://img.shields.io/badge/license-MIT-green" alt="license">
15
- </a >
16
- <a href =" https://github.com/kitUIN/ShadowViewer/releases " >
17
- <img src="https://img.shields.io/github/v/release/kitUIN/ShadowViewer" alt="release">
18
- </a >
19
- <a href="https://github.com/kitUIN/ShadowViewer.Core/releases">
20
- <img src="https://img.shields.io/badge/Core-2024.12.31.6-8A2BE2" alt="chajian">
21
- </a >
22
- </p >
13
+ <a href =" https://github.com/kitUIN/ShadowViewer/blob/master/LICENSE " ><img src =" https://img.shields.io/badge/license-MIT-green?style=flat-square " alt =" license " ></a >
14
+ <a href =" https://github.com/kitUIN/ShadowViewer/releases " ><img src =" https://img.shields.io/github/v/release/kitUIN/ShadowViewer?style=flat-square " alt =" release " ></a >
15
+ <a href =" https://github.com/kitUIN/ShadowViewer.Core/releases " ><img src =" https://img.shields.io/github/v/release/kitUIN/ShadowViewer.Core?color=blueviolet&include_prereleases&label=Core&style=flat-square " ></a >
16
+ <a href =" https://github.com/kitUIN/ShadowViewer/actions " ><img src =" https://img.shields.io/github/actions/workflow/status/kitUIN/ShadowViewer/build.yml?logo=github&label=build&style=flat-square " alt =" action " ></a >
17
+ </p >
23
18
<p align =" center " >
24
19
<a href =" https://shadowviewer.kituin.fun/ " >📖文档</a >
25
20
·
You can’t perform that action at this time.
0 commit comments