diff --git a/.woodpecker/docs.yml b/.woodpecker/docs.yml index 8f6d53a..0079310 100644 --- a/.woodpecker/docs.yml +++ b/.woodpecker/docs.yml @@ -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} diff --git a/.woodpecker/notify.yml b/.woodpecker/notify.yml index b7af571..3cd833b 100644 --- a/.woodpecker/notify.yml +++ b/.woodpecker/notify.yml @@ -1,7 +1,7 @@ --- when: - event: [tag] - - event: [push, manual] + - event: [push, manual, cron] branch: - ${CI_REPO_DEFAULT_BRANCH}