diff --git a/.woodpecker/rsync.yml b/.woodpecker/rsync.yml index c073a9e..c2daf7b 100644 --- a/.woodpecker/rsync.yml +++ b/.woodpecker/rsync.yml @@ -8,4 +8,8 @@ pipeline: platforms: linux/amd64 tag: latest when: + event: + - push + - cron + branch: main path: rsync/* diff --git a/.woodpecker/rust.yml b/.woodpecker/rust.yml index 2914b51..d64f602 100644 --- a/.woodpecker/rust.yml +++ b/.woodpecker/rust.yml @@ -8,4 +8,8 @@ pipeline: platforms: linux/amd64 tag: latest when: - path: rust/* + event: + - push + - cron + branch: main + path: rsync/*