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 Sep 2, 2024
1 parent 1d94ede commit ef3a81a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ts-sdk-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +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 ef3a81a

Please sign in to comment.