Skip to content

Commit ea2b8b1

Browse files
committed
[tmp, verify storybook]
1 parent 7296d82 commit ea2b8b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/chromatic.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ on:
1616
types:
1717
- labeled
1818
merge_group:
19+
workflow_dispatch:
1920

2021
defaults:
2122
run:
@@ -36,7 +37,7 @@ jobs:
3637
# introduce changes to the Storybook. Hence, we skip running these on Crowdin PRs and Dependabot PRs
3738
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
3839
if: |
39-
github.event_name == 'push' ||
40+
github.event_name == 'push' || github.event_name == 'workflow_dispatch'
4041
(
4142
github.event_name == 'pull_request_target' &&
4243
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&

0 commit comments

Comments
 (0)