Skip to content

Commit 8722dc7

Browse files
committed
Add scheduled workflow run
1 parent 77d291c commit 8722dc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.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)