Add a scheduled build to happen each week

This commit is contained in:
Josh.5
2022-08-06 14:22:30 +12:00
parent 6dce17ac84
commit d49bee6547

View File

@@ -6,6 +6,9 @@ on:
tags: [ '**' ]
pull_request:
branches: [ staging, master ]
schedule:
# At 02:30 on Saturday
- cron: '30 2 * * 6'
jobs: