Fixed when clause for build and release

master
Joey Hines 1 year ago
parent 3c1dda9712
commit a69c429fe5
No known key found for this signature in database
GPG Key ID: 80F567B5C968F91B

@ -15,6 +15,7 @@ pipeline:
image: "gradle:7.4-jdk17"
when:
branch: main
event: push
release:
image: jolheiser/drone-gitea-main:latest
settings:
@ -24,4 +25,5 @@ pipeline:
files:
- "build/libs/*.jar"
when:
branch: main
branch: main
event: push

Loading…
Cancel
Save