Only push on master build - if it's working at all.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Oliver Rümpelein 2023-09-04 12:07:33 +02:00
parent c5c4f3e9a3
commit 69acc16cb1

View file

@ -8,9 +8,9 @@ steps:
image: gradle:jdk17 image: gradle:jdk17
commands: commands:
- gradle publish - gradle publish
# when: when:
# branch: branch:
# - master - master
secrets: secrets:
- source: maven-repo-token - source: maven-repo-token
target: ci_job_token target: ci_job_token