Initial support for Floodgate-Fabric and Floodgate-NeoForge for Java 26.1 #5
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 }} |