mirror of
https://github.com/mingjun97/gc-mojoconsole-plus.git
synced 2024-11-23 19:06:47 +00:00
Revert accidentally changes to the pr event
* Fix format as well
This commit is contained in:
parent
427a5338b2
commit
3a870da44b
21
.github/workflows/build.yml
vendored
21
.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
|
||||
@ -40,10 +47,10 @@ jobs:
|
||||
- name: Automatic create a pre-relase
|
||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
|
||||
uses: "marvinpinto/action-automatic-releases@latest"
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
prerelease: true
|
||||
title: "Development Build"
|
||||
files: |
|
||||
gc-plugin/mojoconsole.jar
|
||||
with:
|
||||
repo_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
automatic_release_tag: "latest"
|
||||
prerelease: true
|
||||
title: "Development Build"
|
||||
files: |
|
||||
gc-plugin/mojoconsole.jar
|
Loading…
Reference in New Issue
Block a user