Fixed when clause for build and release
parent
3c1dda9712
commit
a69c429fe5
|
@ -15,6 +15,7 @@ pipeline:
|
||||||
image: "gradle:7.4-jdk17"
|
image: "gradle:7.4-jdk17"
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
event: push
|
||||||
release:
|
release:
|
||||||
image: jolheiser/drone-gitea-main:latest
|
image: jolheiser/drone-gitea-main:latest
|
||||||
settings:
|
settings:
|
||||||
|
@ -25,3 +26,4 @@ pipeline:
|
||||||
- "build/libs/*.jar"
|
- "build/libs/*.jar"
|
||||||
when:
|
when:
|
||||||
branch: main
|
branch: main
|
||||||
|
event: push
|
||||||
|
|
Loading…
Reference in New Issue