Add cron job
This commit is contained in:
parent
7a4ff2271c
commit
3a0c034c8b
|
@ -8,4 +8,8 @@ pipeline:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
||||||
when:
|
when:
|
||||||
|
event:
|
||||||
|
- push
|
||||||
|
- cron
|
||||||
|
branch: main
|
||||||
path: rsync/*
|
path: rsync/*
|
||||||
|
|
|
@ -8,4 +8,8 @@ pipeline:
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
tag: latest
|
tag: latest
|
||||||
when:
|
when:
|
||||||
path: rust/*
|
event:
|
||||||
|
- push
|
||||||
|
- cron
|
||||||
|
branch: main
|
||||||
|
path: rsync/*
|
||||||
|
|
Loading…
Reference in a new issue