Add cron job

This commit is contained in:
Kaan Barmore-Genç 2022-11-25 15:31:15 -05:00
parent 7a4ff2271c
commit 3a0c034c8b
Signed by: kaan
GPG key ID: B2E280771CD62FCF
2 changed files with 9 additions and 1 deletions

View file

@ -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/*

View file

@ -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/*