Skip to content

Commit d4e60f7

Browse files
authored
ci: run weekly check with latest svelte versions (#344)
1 parent 40feeb4 commit d4e60f7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yml

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ on:
55
branches: [main, next]
66
pull_request:
77
branches: [main, next]
8+
schedule:
9+
# Tuesdays at 14:45 UTC (10:45 EST)
10+
- cron: 45 14 * * 1
811

912
concurrency:
1013
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)