mirror of
https://github.com/qaiu/netdisk-fast-download.git
synced 2025-12-16 12:23:03 +00:00
Merge remote-tracking branch 'origin/main'
This commit is contained in:
8
.github/workflows/maven.yml
vendored
8
.github/workflows/maven.yml
vendored
@@ -16,8 +16,9 @@ permissions:
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
tags:
|
||||||
- '*'
|
- '*' # 只有推送tag时才会触发构建
|
||||||
branches: [ "main" ]
|
branches-ignore:
|
||||||
|
- '*' # 排除所有分支的提交
|
||||||
paths-ignore:
|
paths-ignore:
|
||||||
- 'bin/**'
|
- 'bin/**'
|
||||||
- '.github/**'
|
- '.github/**'
|
||||||
@@ -27,7 +28,8 @@ on:
|
|||||||
- '*.txt'
|
- '*.txt'
|
||||||
- '*.md'
|
- '*.md'
|
||||||
pull_request:
|
pull_request:
|
||||||
branches: [ "main" ]
|
branches:
|
||||||
|
- "main"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user