Skip to content

Commit

Permalink
Add weekly build to ci flow
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf345 committed Dec 15, 2021
1 parent deb014e commit 5d5730b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build
on: [push]
on:
push:
schedule:
# runs a new build every saturday
- cron: 0 0 * * 6

jobs:
build:
Expand Down

0 comments on commit 5d5730b

Please sign in to comment.