CD: Don't publish binaries from renovate branches

This commit is contained in:
nemunaire 2022-11-21 09:49:28 +01:00
parent 8cd15bc1d8
commit 24a1e86c19

View file

@ -153,6 +153,9 @@ steps:
port: port:
from_secret: ssh_port from_secret: ssh_port
when: when:
branch:
exclude:
- renovate/*
event: event:
exclude: exclude:
- pull_request - pull_request
@ -445,6 +448,9 @@ steps:
port: port:
from_secret: ssh_port from_secret: ssh_port
when: when:
branch:
exclude:
- renovate/*
event: event:
exclude: exclude:
- pull_request - pull_request