Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ade49b commit 104c76bCopy full SHA for 104c76b
.github/workflows/chromatic.yaml
@@ -6,14 +6,22 @@
6
# SEE: https://www.chromatic.com/docs/ci
7
name: chromatic
8
9
+# REMARK: We want Chromatic to run whenever anything in the FE or its deps
10
+# change, including node_modules and generated code. Currently, all
11
+# node_modules and generated code live in site. If any of these are
12
+# hoisted, we'll want to adjust the paths filter to account for them.
13
on:
14
push:
15
+ paths:
16
+ - site/**
17
branches:
18
- main
19
tags:
20
- "*"
21
22
pull_request:
23
24
25
26
jobs:
27
deploy:
0 commit comments