diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index 6167bb18ef6..e71d702a6dd 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -2,6 +2,7 @@ name: Process Pull Request on: pull_request_target: + pull_request: jobs: build: @@ -31,4 +32,4 @@ jobs: velocity:Geyser-Velocity.jar viaproxy:Geyser-ViaProxy.jar project: geyserpreview - runId: ${{ github.run_id }} \ No newline at end of file + runId: ${{ github.run_id }} diff --git a/gradle.properties b/gradle.properties index 09943725b6a..60971c6008c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -13,3 +13,5 @@ group=org.geysermc id=geyser version=2.5.0-SNAPSHOT description=Allows for players from Minecraft: Bedrock Edition to join Minecraft: Java Edition servers. + +# Add comment