Revert accidentally changes to the pr event

* Fix format as well
This commit is contained in:
mingjun97 2022-05-18 18:59:43 -07:00
parent 427a5338b2
commit 3a870da44b

View File

@ -6,6 +6,13 @@ on:
- "**.java"
branches:
- "main"
pull_request:
paths:
- "**.java"
types:
- opened
- synchronize
- reopened
jobs:
Build-Server-Jar:
runs-on: ubuntu-latest