Skip to content

Commit d5baec8

Browse files
authored
Ensure CI creates a chromatic baseline against main (#2756)
1 parent c378f85 commit d5baec8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/chromatic.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
name: Chromatic
22

33
# Runs chromatic on:
4-
# every pull request where there are changes in stories/ or packages/ and the PR is not in draft mode
4+
# - every push to main (to create a chromatic baseline)
5+
# - every pull request where there are changes in stories/ or packages/ and the PR is not in draft mode
56
on:
7+
push:
8+
branches:
9+
- main
610
pull_request:
711
branches:
812
- main

0 commit comments

Comments
 (0)