Skip to content

Commit 3c4f406

Browse files
committed
Schedule build every 7th of the month
1 parent 19401cc commit 3c4f406

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ name: ci
33
on:
44
workflow_dispatch:
55
push:
6+
schedule:
7+
- cron: "0 7 7 * *"
68

79
jobs:
810
set-date:

0 commit comments

Comments
 (0)