Skip to content

Commit 24e2a2a

Browse files
chore(ci): run ci on schedule each month
1 parent 7e4df8c commit 24e2a2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/site.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
branches:
99
- main
1010
workflow_dispatch:
11+
schedule:
12+
# First day of a month
13+
- cron: '0 0 1 * *'
1114

1215
jobs:
1316
build:

0 commit comments

Comments
 (0)