mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-19 11:09:53 +08:00
Workflow supports manual and minimum enablement (#168)
This commit is contained in:
committed by
GitHub
Unverified
parent
69381f393d
commit
d9928754f5
@@ -1,10 +1,15 @@
|
||||
name: "Build"
|
||||
on:
|
||||
workflow_dispatch: ~
|
||||
push:
|
||||
paths:
|
||||
- "**.java"
|
||||
branches:
|
||||
- "stable"
|
||||
- "development"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.java"
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
|
||||
Reference in New Issue
Block a user