Skip to content

Commit

Permalink
ci: Trigger docs workflow when changes pushed in website folder
Browse files Browse the repository at this point in the history
Signed-off-by: Mahendra Paipuri <mahendra.paipuri@gmail.com>
  • Loading branch information
mahendrapaipuri committed Jul 4, 2024
1 parent 07df63e commit f77dfdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/step_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ run-name: Docs

on:
workflow_call:
push:
paths:
- "website/**"

jobs:
build-docs:
Expand Down

0 comments on commit f77dfdd

Please sign in to comment.