We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c378f85 commit d5baec8Copy full SHA for d5baec8
.github/workflows/chromatic.yml
@@ -1,8 +1,12 @@
1
name: Chromatic
2
3
# Runs chromatic on:
4
-# 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)
5
+# - every pull request where there are changes in stories/ or packages/ and the PR is not in draft mode
6
on:
7
+ push:
8
+ branches:
9
+ - main
10
pull_request:
11
branches:
12
- main
0 commit comments