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
  • Loading branch information
jessepinho committed Jul 18, 2024
1 parent 877e0b8 commit 266162b
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/*'
permissions:
checks: write
contents: read
Expand Down

0 comments on commit 266162b

Please sign in to comment.