Skip to content

Commit 976f67c

Browse files
committed
fix: Allow PR's to be tested, apply vanilla.gradle plugin
1 parent 70110a7 commit 976f67c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pr.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: PR Checks
22

3-
on:
4-
pull_request:
5-
branches: [ main ]
3+
on: [ pull_request ]
64

75
jobs:
86
build:

DataGenerator/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.spongepowered.gradle.vanilla.MinecraftExtension
33
plugins {
44
java
55
application
6-
alias(libs.plugins.vanilla.gradle)
6+
alias(libs.plugins.vanilla.gradle) apply true
77
}
88

99
group = "net.minestom"

0 commit comments

Comments
 (0)