mirror of
https://github.com/mingjun97/gc-mojoconsole-plus.git
synced 2024-11-24 03:12:52 +00:00
Revert accidentally changes to the pr event
* Fix format as well
This commit is contained in:
parent
427a5338b2
commit
3a870da44b
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -6,6 +6,13 @@ on:
|
||||
- "**.java"
|
||||
branches:
|
||||
- "main"
|
||||
pull_request:
|
||||
paths:
|
||||
- "**.java"
|
||||
types:
|
||||
- opened
|
||||
- synchronize
|
||||
- reopened
|
||||
jobs:
|
||||
Build-Server-Jar:
|
||||
runs-on: ubuntu-latest
|
||||
|
Loading…
Reference in New Issue
Block a user