Skip to content

Commit 2dd1834

Browse files
committed
Add scheduled workflow run
1 parent e297058 commit 2dd1834

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
push:
66
branches: [main]
7+
schedule:
8+
- cron: "0 12 * * 3"
79
workflow_call:
810
workflow_dispatch:
911

0 commit comments

Comments
 (0)