Skip to content

Initial support for Floodgate-Fabric and Floodgate-NeoForge for Java 26.1 #5

Initial support for Floodgate-Fabric and Floodgate-NeoForge for Java 26.1

Initial support for Floodgate-Fabric and Floodgate-NeoForge for Java 26.1 #5

Workflow file for this run

name: Process Pull Request
on:
pull_request_target:
jobs:
build:
# Forbid access to secrets nor GH Token perms while building the PR
permissions: {}
secrets: {}
uses: GeyserMC/Floodgate-Modded/.github/workflows/build-remote.yml@master
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.sha }}