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
tag: latest
when:
event:
- push
- cron
branch: main
path: rsync/*

View File

@ -8,4 +8,8 @@ pipeline:
platforms: linux/amd64
tag: latest
when:
path: rust/*
event:
- push
- cron
branch: main
path: rsync/*