Skip to content

Commit

Permalink
add doc checks upon push in branch
Browse files Browse the repository at this point in the history
  • Loading branch information
tang-mm committed Dec 6, 2023
1 parent d122c11 commit b4a43f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/documentation-check.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Automatic documentation checks

on:
push:
branches: [doc-preview]
paths:
- 'docs/**'
pull_request:
paths:
- 'docs/**'
Expand Down

0 comments on commit b4a43f7

Please sign in to comment.