Skip to content

Commit

Permalink
feat: add preview github workflow
Browse files Browse the repository at this point in the history
update the `storybook` github workflow
  • Loading branch information
florianstancioiu authored and basilgood committed Aug 16, 2024
1 parent 9804e7a commit c55bdbb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Deploy PR previews
concurrency: preview-${{ github.ref }}
on:
pull_request:
types:
- opened
- reopened
- synchronize
- closed
permissions:
contents: write
pull-requests: write
jobs:
storybook:
uses: Neovici/cfg/.github/workflows/preview.yml@master
secrets: inherit
with:
skip_dist: true
2 changes: 2 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ jobs:
storybook:
uses: Neovici/cfg/.github/workflows/story.yml@master
secrets: inherit
with:
skip_dist: true

0 comments on commit c55bdbb

Please sign in to comment.