Skip to content

Commit e709500

Browse files
Merge pull request #15 from mainmatter/ci-schedule
chore(ci): re-create artifacts at the beginning of each month
2 parents 8446999 + fc14116 commit e709500

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/site.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ on:
77
pull_request:
88
branches:
99
- main
10+
workflow_dispatch:
11+
schedule:
12+
# First day of a month
13+
- cron: '0 0 1 * *'
1014

1115
jobs:
1216
build:

0 commit comments

Comments
 (0)