ci: fix conditions

This commit is contained in:
Michael Kriese 2023-01-04 09:20:04 +01:00
parent 4164410d55
commit 57d4590ae3
No known key found for this signature in database
GPG key ID: B83F553A0724D44E
2 changed files with 4 additions and 5 deletions

View file

@ -5,8 +5,7 @@ when:
- pull_request - pull_request
- tag - tag
- push - push
branch:
branches:
- main - main
- release/** - release/**

View file

@ -1,9 +1,9 @@
platform: linux/amd64 platform: linux/amd64
when: when:
event: event:
- cron - cron
- manual cron: renovate
repo: forgejo-contrib/forgejo-helm repo: forgejo-contrib/forgejo-helm
pipeline: pipeline:
@ -20,4 +20,4 @@ pipeline:
- source: token - source: token
target: renovate_token target: renovate_token
- source: gh_token - source: gh_token
target: github_com_token target: github_com_token