Skip to content

Commit

Permalink
chore: schedule ci to run weekly
Browse files Browse the repository at this point in the history
since we have no package lock we want to know if new packages break
things
  • Loading branch information
wraithgar committed Oct 20, 2021
1 parent 28e29b6 commit 4b06925
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: CI

on:
schedule:
# every sunday at noon
- cron: 0 12 * * 0
push:
branches: [ main ]
pull_request:
Expand Down

0 comments on commit 4b06925

Please sign in to comment.