Skip to content

Commit 7235374

Browse files
committed
Add weekly CI cron job
1 parent 5b49d43 commit 7235374

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
pull_request:
77
branches:
88
- "*"
9+
schedule:
10+
- cron: "0 13 * * 1"
911

1012
jobs:
1113
build:

0 commit comments

Comments
 (0)