Skip to content

Commit

Permalink
ops: make docs CI action only run on client updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cdxker committed Aug 30, 2024
1 parent 96ca19f commit 204a225
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ts-sdk-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,12 @@ name: Deploy TS-SDK docs to github pages

on:
push:
paths:
- 'clients/ts-sdk/**'
branches: ["main"]
pull_request:
paths:
- 'clients/ts-sdk/**'
branches: ["main"]

jobs:
Expand Down

0 comments on commit 204a225

Please sign in to comment.