mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-19 13:53:02 +00:00
优化工作流
This commit is contained in:
8
.github/workflows/build.yml
vendored
8
.github/workflows/build.yml
vendored
@@ -3,6 +3,14 @@ name: 编译项目
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [ main, master ]
|
branches: [ main, master ]
|
||||||
|
paths-ignore:
|
||||||
|
- 'bin/**'
|
||||||
|
- '.github/**'
|
||||||
|
- '.mvn/**'
|
||||||
|
- '.run/**'
|
||||||
|
- '.vscode/**'
|
||||||
|
- '*.txt'
|
||||||
|
- '*.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ main, master ]
|
branches: [ main, master ]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user