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 69381f393d
commit d9928754f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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