Skip to content

Commit 8f2fdce

Browse files
authored
Merge pull request mainmatter#192 from mainmatter/ci-schedule
chore(ci): re-create book artifacts at the beginning of each month
2 parents 5462e89 + a2ac85e commit 8f2fdce

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.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)