mirror of
https://github.com/CarmJos/EasySQL.git
synced 2026-06-05 00:25:32 +08:00
修改构建触发配置
This commit is contained in:
@@ -7,15 +7,13 @@ on:
|
|||||||
# 支持手动触发构建
|
# 支持手动触发构建
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
push:
|
push:
|
||||||
paths:
|
paths-ignore:
|
||||||
- '.github/workflows/**'
|
- .documentation
|
||||||
- '**/src/**'
|
- README.md
|
||||||
- '**/pom.xml'
|
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths-ignore:
|
||||||
- '.github/workflows/**'
|
- .documentation
|
||||||
- '**/src/**'
|
- README.md
|
||||||
- '**/pom.xml'
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|||||||
Reference in New Issue
Block a user