We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7296d82 commit ea2b8b1Copy full SHA for ea2b8b1
.github/workflows/chromatic.yml
@@ -16,6 +16,7 @@ on:
16
types:
17
- labeled
18
merge_group:
19
+ workflow_dispatch:
20
21
defaults:
22
run:
@@ -36,7 +37,7 @@ jobs:
36
37
# introduce changes to the Storybook. Hence, we skip running these on Crowdin PRs and Dependabot PRs
38
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
39
if: |
- github.event_name == 'push' ||
40
+ github.event_name == 'push' || github.event_name == 'workflow_dispatch'
41
(
42
github.event_name == 'pull_request_target' &&
43
startsWith(github.event.pull_request.head.ref, 'dependabot/') == false &&
0 commit comments