[CI] Run only on master branch
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
50fee80314
commit
7af6dd101a
@ -12,6 +12,9 @@ steps:
|
||||
# run renovate
|
||||
- name: 'renovate'
|
||||
image: 'registry.hub.docker.com/renovate/renovate'
|
||||
when:
|
||||
branch:
|
||||
- 'master'
|
||||
|
||||
# run this command
|
||||
commands:
|
||||
@ -27,4 +30,4 @@ steps:
|
||||
RENOVATE_ENDPOINT: 'https://git.simoncor.net/api/v1'
|
||||
RENOVATE_GIT_URL: 'endpoint'
|
||||
RENOVATE_GIT_AUTHOR: 'Renovate <renovate@simoncor.net>'
|
||||
RENOVATE_AUTODISCOVER: true
|
||||
RENOVATE_AUTODISCOVER: true
|
||||
|
Loading…
Reference in New Issue
Block a user