From 57d4590ae3c802f86fa784278a922bb08882cb76 Mon Sep 17 00:00:00 2001 From: Michael Kriese Date: Wed, 4 Jan 2023 09:20:04 +0100 Subject: [PATCH] ci: fix conditions --- .woodpecker/lint.yml | 3 +-- .woodpecker/renovate.yml | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.woodpecker/lint.yml b/.woodpecker/lint.yml index 96908f1..4fd4a49 100644 --- a/.woodpecker/lint.yml +++ b/.woodpecker/lint.yml @@ -5,8 +5,7 @@ when: - pull_request - tag - push - -branches: + branch: - main - release/** diff --git a/.woodpecker/renovate.yml b/.woodpecker/renovate.yml index 3699910..a471cbe 100644 --- a/.woodpecker/renovate.yml +++ b/.woodpecker/renovate.yml @@ -1,9 +1,9 @@ platform: linux/amd64 when: - event: + event: - cron - - manual + cron: renovate repo: forgejo-contrib/forgejo-helm pipeline: @@ -20,4 +20,4 @@ pipeline: - source: token target: renovate_token - source: gh_token - target: github_com_token \ No newline at end of file + target: github_com_token