mirror of
https://github.com/thegeeklab/woodpecker-plugins.git
synced 2024-11-12 16:10:39 +00:00
ci: add missing cron event
This commit is contained in:
parent
9ad8e76fae
commit
e95a87983d
@ -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}
|
||||
|
@ -1,7 +1,7 @@
|
||||
---
|
||||
when:
|
||||
- event: [tag]
|
||||
- event: [push, manual]
|
||||
- event: [push, manual, cron]
|
||||
branch:
|
||||
- ${CI_REPO_DEFAULT_BRANCH}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user