Skip to content

Commit

Permalink
chore: add storybook preview to pull requests
Browse files Browse the repository at this point in the history
  • Loading branch information
markw-deriv committed Mar 7, 2024
1 parent 09eec69 commit 6b42446
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/preview_story_book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ permissions:
jobs:
build-and-deploy:
runs-on: ubuntu-latest
permissions:
contents: write # to be able to publish a GitHub release
pull-requests: write # to be able to comment on released pull requests
steps:
- name: Checkout 🛎️
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
Expand Down

0 comments on commit 6b42446

Please sign in to comment.