Skip to content
This repository has been archived by the owner on Jul 9, 2023. It is now read-only.

Commit

Permalink
👷 Add automatic scheduled CI every Monday (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo authored Nov 25, 2022
1 parent 1f45256 commit fd3fd4c
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
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
schedule:
# cron every week on monday
- cron: '0 0 * * 1'

jobs:
deploy:
Expand Down

0 comments on commit fd3fd4c

Please sign in to comment.