Skip to content

Commit

Permalink
feat: cron job (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
4e6 authored Jan 1, 2022
1 parent 7c7c840 commit 0de042b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,9 @@ on:
branches:
- main
pull_request:
schedule:
# run every Sunday at 22:12 UTC
- cron: '12 22 * * 0'

jobs:
deploy:

0 comments on commit 0de042b

Please sign in to comment.