Skip to content

Commit

Permalink
Periodically run every month
Browse files Browse the repository at this point in the history
  • Loading branch information
Randomblock1 authored May 13, 2024
1 parent da432cb commit f129528
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on: [push]
on:
push:
schedule:
- cron: '0 9 15 * *'

jobs:
build-logos:
Expand Down Expand Up @@ -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
# TODO: Add a job to build an Orion tweak

0 comments on commit f129528

Please sign in to comment.