Skip to content

Commit

Permalink
Added running CI every week to handle errors on typescript next versi…
Browse files Browse the repository at this point in the history
…on release
  • Loading branch information
timocov committed Oct 7, 2022
1 parent 19a69ce commit 2beb2d0
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
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- master
schedule:
# https://crontab.guru/#0_10_*_*_0
- cron: '0 10 * * 0'
pull_request:

jobs:
Expand Down

0 comments on commit 2beb2d0

Please sign in to comment.