We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af1a888 commit e5f7611Copy full SHA for e5f7611
.github/workflows/chromatic.yml
@@ -7,6 +7,7 @@
7
name: Chromatic
8
9
on:
10
+ merge_group:
11
push:
12
branches:
13
- main
@@ -35,7 +36,7 @@ jobs:
35
36
# introduce changes to the Storybook. Hence, we skip running these on Crowdin PRs and Dependabot PRs
37
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
38
if: |
- github.event_name == 'push' ||
39
+ github.event_name == 'push' || github.event_name == 'merge_group' ||
40
(
41
github.event_name == 'pull_request_target' &&
42
github.event.label.name == 'github_actions:pull-request' &&
0 commit comments