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" name: "Build"
on: on:
workflow_dispatch: ~
push: push:
paths:
- "**.java"
branches: branches:
- "stable" - "stable"
- "development" - "development"
pull_request: pull_request:
paths:
- "**.java"
types: types:
- opened - opened
- synchronize - synchronize