Skip to content

Commit

Permalink
Only deploy an ephemeral Storybook preview for PRs that make changes …
Browse files Browse the repository at this point in the history
…to the UI package (#1515)
  • Loading branch information
jessepinho authored Jul 18, 2024
1 parent d0f3fc3 commit 7787ef1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-ui-preview-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ name: Deploy UI to temporary URL
on:
workflow_dispatch:
pull_request:
paths:
# Only deploy an ephemeral Storybook preview for PRs that make changes to
# the UI package.
- 'packages/ui/src/**'
permissions:
checks: write
contents: read
Expand Down

0 comments on commit 7787ef1

Please sign in to comment.