mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 07:37:43 +00:00
Workflow supports manual and minimum enablement (#168)
This commit is contained in:
parent
59ff79e23a
commit
92b1ba7a18
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@ -1,10 +1,15 @@
|
||||
name: "Build"
|
||||
on:
|
||||
workflow_dispatch: ~
|
||||
push:
|
||||
paths:
|
||||
- "**.java"
|
||||
branches:
|
||||
- "stable"
|
||||
- "development"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.java"
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
|
Loading…
Reference in New Issue
Block a user