mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-20 14:53:49 -07:00
.github
DISCUSSION_TEMPLATE
ISSUE_TEMPLATE
workflows
CODEOWNERS
build-data
gradle
licenses
paper-api
paper-api-generator
paper-server
scripts
test-plugin
.editorconfig
.gitattributes
.gitignore
CONTRIBUTING.md
LICENSE.md
README.md
SECURITY.md
build.gradle.kts
gradle.properties
gradlew
gradlew.bat
settings.gradle.kts
The goal of the build workflow is split into multiple requirements. 1. Run on pushes to same repo. 2. Run on PR open/reopen/syncs from repos that are not the same (PRs from the same repo are covered by 1) 3. Run on labeled PRs that have the build-pr-jar flag.