Add weekly schedule for building

This commit is contained in:
Gabriel Arazas 2022-12-18 13:39:52 +08:00
parent 458470d1ac
commit b4a785bf12

View File

@ -3,6 +3,9 @@ on:
push: push:
branches: branches:
- master - master
schedule:
# Every Sunday.
- cron: '0 0 * * 0'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest