Skip to content

Commit 9006dbd

Browse files
committed
refactor: chromatic report yml add (#172)
1 parent 366ae4b commit 9006dbd

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

.github/workflows/chromatic.yml

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,7 @@
3838

3939
name: Chromatic
4040

41-
on:
42-
push:
43-
branches:
44-
- develop
41+
on: push
4542

4643
jobs:
4744
chromatic-deployment:
@@ -55,11 +52,11 @@ jobs:
5552
fetch-depth: 0
5653
ref: ${{ github.event.pull_request.head.sha }}
5754

58-
- name: Setup Node.js
59-
uses: actions/setup-node@v4
60-
with:
61-
node-version-file: .nvmrc
62-
cache: yarn
55+
# - name: Setup Node.js
56+
# uses: actions/setup-node@v4
57+
# with:
58+
# node-version-file: .nvmrc
59+
# cache: yarn
6360

6461
# - name: Restore cache
6562
# uses: actions/cache@v4

0 commit comments

Comments
 (0)