Skip to content

Commit

Permalink
feat: add github preview workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
florianstancioiu committed Jun 3, 2024
1 parent 1a10092 commit e613283
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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

0 comments on commit e613283

Please sign in to comment.