build: Adding weekly cron build.

This commit is contained in:
Chris Arriola 2020-04-07 14:25:55 -07:00
parent 7b250fd424
commit ff3beafa80

View File

@ -9,6 +9,8 @@ on:
branches: [ master ]
repository_dispatch:
types: [ build ]
schedule:
cron: '0 0 * * 1'
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs: