Skip to content

Commit

Permalink
opt CI to skip none MD and RST files
Browse files Browse the repository at this point in the history
Signed-off-by: ZhangJianyu <zhang.jianyu@outlook.com>
  • Loading branch information
arthw committed Nov 8, 2024
1 parent 8a340bd commit d619ad5
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 d619ad5

Please sign in to comment.