Skip to content

Commit e7f4178

Browse files
committed
ci: a preview workflow
1 parent ade5daa commit e7f4178

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.github/workflows/preview.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
name: Deploy PR previews
2+
concurrency: preview-${{ github.ref }}
3+
on:
4+
pull_request:
5+
types:
6+
- opened
7+
- reopened
8+
- synchronize
9+
- closed
10+
permissions:
11+
contents: write
12+
pull-requests: write
13+
jobs:
14+
storybook:
15+
uses: Neovici/cfg/.github/workflows/preview.yml@master
16+
secrets: inherit

0 commit comments

Comments
 (0)