Skip to content

Commit

Permalink
ci(dartdoc): restrict dartdoc workflow to changes in "lib"
Browse files Browse the repository at this point in the history
  • Loading branch information
L483 authored Jul 3, 2024
1 parent f34e3ea commit 8f77d89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/dartdoc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
- 11-documentation-documentation-generation-and-publishing
- dev
- main
paths:
- revoiceme/lib/**
jobs:
dart-doc-generation:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 8f77d89

Please sign in to comment.