[CI] Run only on master branch
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Simon Cornet 2023-11-20 14:43:05 +01:00
parent 50fee80314
commit 7af6dd101a

View File

@ -12,6 +12,9 @@ steps:
# run renovate # run renovate
- name: 'renovate' - name: 'renovate'
image: 'registry.hub.docker.com/renovate/renovate' image: 'registry.hub.docker.com/renovate/renovate'
when:
branch:
- 'master'
# run this command # run this command
commands: commands:
@ -27,4 +30,4 @@ steps:
RENOVATE_ENDPOINT: 'https://git.simoncor.net/api/v1' RENOVATE_ENDPOINT: 'https://git.simoncor.net/api/v1'
RENOVATE_GIT_URL: 'endpoint' RENOVATE_GIT_URL: 'endpoint'
RENOVATE_GIT_AUTHOR: 'Renovate <renovate@simoncor.net>' RENOVATE_GIT_AUTHOR: 'Renovate <renovate@simoncor.net>'
RENOVATE_AUTODISCOVER: true RENOVATE_AUTODISCOVER: true