Skip to content

Commit

Permalink
Only update docs when source code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
md-y committed Jan 11, 2024
1 parent 929844d commit 2388b56
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/update-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ on:
push:
branches:
- master
paths:
- 'package.json'
- '**.ts'
- '**.js'
- '**.md'
- 'typedoc.json'
name: Update Docs
jobs:
build:
Expand Down

0 comments on commit 2388b56

Please sign in to comment.