changes build cycle to once per/month

This commit is contained in:
Llewellyn van der Merwe 2022-01-03 14:45:06 +02:00
parent 33496879e3
commit c1bbf7adae
Signed by: Llewellyn
GPG Key ID: EFC0C720A240551C
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ name: "Build getBible static JSON API files"
on:
# run once per/day
schedule:
- cron: '7 7 * * 3'
- cron: '12 4 1 * *'
jobs:
build: