Skip to content

Commit

Permalink
Build docs in pull-requests.
Browse files Browse the repository at this point in the history
  • Loading branch information
svetlyak40wt committed Mar 22, 2024
1 parent 7e8cd0d commit c01c2a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"master"
]
},
"pull_request": null,
"schedule": [
{
"cron": "0 10 * * 1"
Expand Down
1 change: 1 addition & 0 deletions src/ci.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

(defworkflow docs
:on-push-to "master"
:on-pull-request t
:by-cron "0 10 * * 1"
:cache t
:jobs ((build-docs)))
Expand Down

0 comments on commit c01c2a1

Please sign in to comment.