We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84ddfe commit e53d2ecCopy full SHA for e53d2ec
.github/workflows/storybook.yml
@@ -4,7 +4,10 @@
4
name: 'Chromatic'
5
6
# Event for the workflow
7
-on: push
+on:
8
+ release:
9
+ types: [created]
10
+ workflow_dispatch:
11
12
# List of jobs
13
jobs:
@@ -23,4 +26,4 @@ jobs:
23
26
# Chromatic GitHub Action options
24
27
with:
25
28
# 👇 Chromatic projectToken, refer to the manage page to obtain it.
- projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
29
+ projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN_SIMPLEVP }}
0 commit comments