Skip to content

Commit

Permalink
opt CI to skip none MD and RST files (#196)
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJianyu <[email protected]>
  • Loading branch information
NeoZhangJianyu authored Nov 8, 2024
1 parent 8a340bd commit e7274d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-online-doc-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ permissions: {}
on:
pull_request:
branches: [main]
paths:
- "**.md"
- "**.rst"

jobs:
build:
Expand Down

0 comments on commit e7274d2

Please sign in to comment.