Skip to content

Commit e5f7611

Browse files
authored
fix(chromatic): run on merge (#7667)
Signed-off-by: Aviv Keller <[email protected]>
1 parent af1a888 commit e5f7611

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/chromatic.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
name: Chromatic
88

99
on:
10+
merge_group:
1011
push:
1112
branches:
1213
- main
@@ -35,7 +36,7 @@ jobs:
3536
# introduce changes to the Storybook. Hence, we skip running these on Crowdin PRs and Dependabot PRs
3637
# sha reference has no stable git tag reference or URL. see https://github.com/chromaui/chromatic-cli/issues/797
3738
if: |
38-
github.event_name == 'push' ||
39+
github.event_name == 'push' || github.event_name == 'merge_group' ||
3940
(
4041
github.event_name == 'pull_request_target' &&
4142
github.event.label.name == 'github_actions:pull-request' &&

0 commit comments

Comments
 (0)