1
0
mirror of https://github.com/PaperMC/Paper.git synced 2025-08-20 14:53:49 -07:00
Files
.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
paper-mc/.github
Bjarne Koll e10dcbf7ca [ci skip] Improve build workflow conditions ()
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.
2024-12-27 22:43:08 +01:00
..