Skip to content

Commit

Permalink
Ensure CI creates a chromatic baseline against main (#2756)
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonrobot committed Jan 29, 2024
1 parent c378f85 commit d5baec8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/chromatic.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
name: Chromatic

# Runs chromatic on:
# every pull request where there are changes in stories/ or packages/ and the PR is not in draft mode
# - every push to main (to create a chromatic baseline)
# - every pull request where there are changes in stories/ or packages/ and the PR is not in draft mode
on:
push:
branches:
- main
pull_request:
branches:
- main
Expand Down

1 comment on commit d5baec8

@vercel
Copy link

@vercel vercel bot commented on d5baec8 Jan 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.