Skip to content

Commit

Permalink
workflows/documentation: change condition for build and deploy
Browse files Browse the repository at this point in the history
Build documentation only when changes occur in `modules/options`
  • Loading branch information
nicekoishi committed Sep 14, 2024
1 parent 003516c commit db668cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
push:
branches:
- main
paths:
- "modules/options/**"
jobs:
build-documentation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit db668cb

Please sign in to comment.