ci: add missing cron event

This commit is contained in:
Robert Kaussow 2023-11-01 10:40:24 +01:00
parent 9ad8e76fae
commit e95a87983d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
---
when:
- event: [pull_request, tag]
- event: [push, manual]
- event: [push, manual, cron]
branch:
- ${CI_REPO_DEFAULT_BRANCH}
@ -73,6 +73,6 @@ steps:
target: /${CI_REPO_NAME}
when:
- event: [tag]
- event: [push, manual]
- event: [push, manual, cron]
branch:
- ${CI_REPO_DEFAULT_BRANCH}

View File

@ -1,7 +1,7 @@
---
when:
- event: [tag]
- event: [push, manual]
- event: [push, manual, cron]
branch:
- ${CI_REPO_DEFAULT_BRANCH}