We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70110a7 commit 976f67cCopy full SHA for 976f67c
.github/workflows/pr.yaml
@@ -1,8 +1,6 @@
1
name: PR Checks
2
3
-on:
4
- pull_request:
5
- branches: [ main ]
+on: [ pull_request ]
6
7
jobs:
8
build:
DataGenerator/build.gradle.kts
@@ -3,7 +3,7 @@ import org.spongepowered.gradle.vanilla.MinecraftExtension
plugins {
java
application
- alias(libs.plugins.vanilla.gradle)
+ alias(libs.plugins.vanilla.gradle) apply true
}
9
group = "net.minestom"
0 commit comments