Restrict build triggers.
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Oliver Rümpelein 2023-09-04 11:36:36 +02:00
parent 3ee514ff7a
commit 0a1a03bc40
1 changed files with 6 additions and 2 deletions

View File

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