Skip to content

Commit

Permalink
docs: trigger docs build on docs-* workflow changes (#6942)
Browse files Browse the repository at this point in the history
  • Loading branch information
nopcoder authored Nov 6, 2023
1 parent eff6974 commit 1750443
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docs-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
paths:
- "docs/**"
- ".github/workflows/docs-*.yaml"
branches:
- master
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/docs-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
types: [opened, synchronize, reopened, closed]
paths:
- "docs/**"
- ".github/workflows/docs-*.yaml"
branches:
- master

Expand Down

0 comments on commit 1750443

Please sign in to comment.