Skip to content

Commit

Permalink
ci: run weekly check with latest svelte versions (#344)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcous committed Apr 2, 2024
1 parent 40feeb4 commit d4e60f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ on:
branches: [main, next]
pull_request:
branches: [main, next]
schedule:
# Tuesdays at 14:45 UTC (10:45 EST)
- cron: 45 14 * * 1

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit d4e60f7

Please sign in to comment.