Workflow supports manual and minimum enablement (#168)

This commit is contained in:
omg-xtao 2022-04-30 04:33:13 +08:00 committed by GitHub
parent 59ff79e23a
commit 92b1ba7a18

View File

@ -1,10 +1,15 @@
name: "Build"
on:
workflow_dispatch: ~
push:
paths:
- "**.java"
branches:
- "stable"
- "development"
pull_request:
paths:
- "**.java"
types:
- opened
- synchronize