ci: fix conditions
This commit is contained in:
parent
4164410d55
commit
57d4590ae3
2 changed files with 4 additions and 5 deletions
|
@ -5,8 +5,7 @@ when:
|
|||
- pull_request
|
||||
- tag
|
||||
- push
|
||||
|
||||
branches:
|
||||
branch:
|
||||
- main
|
||||
- release/**
|
||||
|
||||
|
|
|
@ -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
|
||||
target: github_com_token
|
||||
|
|
Loading…
Reference in a new issue