Compare commits

...

3 commits

Author SHA1 Message Date
448004cf05 chore(deps): update plugin io.papermc.paperweight.userdev to v1.3.8
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-04 12:39:44 +00:00
631ee8f716 Remove extra pipeline on PRs (#9)
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: kalle/DLib#9
2022-07-04 14:28:24 +02:00
14a32bc55b fix: Remove extra pipeline on PRs
All checks were successful
continuous-integration/drone/push Build is passing
2022-07-04 14:25:12 +02:00
2 changed files with 1 additions and 2 deletions

View file

@ -38,5 +38,4 @@ steps:
trigger:
event:
- push
- pull_request
- tag

View file

@ -5,7 +5,7 @@ plugins {
kotlin("plugin.serialization") version "1.7.0"
id("maven-publish")
id("com.github.johnrengelman.shadow") version "7.1.2"
id("io.papermc.paperweight.userdev") version "1.3.5"
id("io.papermc.paperweight.userdev") version "1.3.8"
}
group = "nl.kallestruik"