diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7595e9a..d5c6775 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,6 +1,9 @@ name: CI -on: [push] +on: + push: + schedule: + - cron: '0 9 15 * *' jobs: build-logos: @@ -29,4 +32,4 @@ jobs: name: "Package built by ${{ matrix.os }}" path: ${{ github.workspace }}/packages/*.deb - # TODO: Add a job to build an Orion tweak \ No newline at end of file + # TODO: Add a job to build an Orion tweak