1
mirror of https://github.com/CarmJos/EasySQL.git synced 2026-06-05 00:25:32 +08:00

修改构建触发配置

This commit is contained in:
2022-03-25 00:44:01 +08:00
parent ebe51dd9a3
commit 332540710d
+6 -8
View File
@@ -7,15 +7,13 @@ on:
# 支持手动触发构建
workflow_dispatch:
push:
paths:
- '.github/workflows/**'
- '**/src/**'
- '**/pom.xml'
paths-ignore:
- .documentation
- README.md
pull_request:
paths:
- '.github/workflows/**'
- '**/src/**'
- '**/pom.xml'
paths-ignore:
- .documentation
- README.md
jobs:
build: