Skip to content

Commit

Permalink
ci: update workflow to trigger on changes in docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
huangdijia committed Dec 19, 2024
1 parent 81ed735 commit 8b95c6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/split-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: Split Docs

on:
push:
paths:
- 'docs/**'
branches:
- main
workflow_dispatch:

jobs:
split:
Expand Down

0 comments on commit 8b95c6b

Please sign in to comment.