Skip to content

Commit e53d2ec

Browse files
Update storybook.yml
1 parent e84ddfe commit e53d2ec

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/storybook.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@
44
name: 'Chromatic'
55

66
# Event for the workflow
7-
on: push
7+
on:
8+
release:
9+
types: [created]
10+
workflow_dispatch:
811

912
# List of jobs
1013
jobs:
@@ -23,4 +26,4 @@ jobs:
2326
# Chromatic GitHub Action options
2427
with:
2528
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
26-
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
29+
projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_SIMPLEVP }}

0 commit comments

Comments
 (0)