Skip to content

Commit

Permalink
Merge pull request #192 from mainmatter/ci-schedule
Browse files Browse the repository at this point in the history
chore(ci): re-create book artifacts at the beginning of each month
  • Loading branch information
hdoordt authored Oct 28, 2024
2 parents bd17a59 + 0bf398a commit 12fb62d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
pull_request:
branches:
- main
workflow_dispatch:
schedule:
# First day of a month
- cron: '0 0 1 * *'

jobs:
build:
Expand Down

0 comments on commit 12fb62d

Please sign in to comment.