浏览代码

test(chromatic): init template

走鹃 3 年之前
父节点
当前提交
1a9dba04a8
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. 1 1
      .github/workflows/chromatic.yml
  2. 1 0
      packages/semi-ui/_base/_story/index.scss

+ 1 - 1
.github/workflows/chromatic.yml

@@ -16,7 +16,7 @@ on:
       - '!packages/**/*.test.[tj]sx?'
       - '!packages/**/*.md'
   push:
-    branches: [ test-chromatic ]
+    branches: [ main, release, test-chromatic ]
     paths:
       - 'packages/**/*.scss'
       - '!packages/**/*.md'

+ 1 - 0
packages/semi-ui/_base/_story/index.scss

@@ -5,6 +5,7 @@ body {
     color: var(--semi-color-text-0);
 }
 
+
 // 给每个组件的 story 区域加个 padding,如果需要更大的 padding 可以在组件内自定义样式
 .sb-show-main.sb-main-padded {