Skip to content

Commit

Permalink
feat: require typedoc job to pass before merging to main
Browse files Browse the repository at this point in the history
  • Loading branch information
MartianGreed committed Jan 6, 2025
1 parent 5d2c518 commit f41c7a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: "typedoc"
on:
push:
branches: [main]
pull_request:
branches: [main]

permissions:
contents: read
Expand Down

0 comments on commit f41c7a3

Please sign in to comment.