mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 13:15:39 +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"
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user