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 366ae4b commit 9006dbdCopy full SHA for 9006dbd
.github/workflows/chromatic.yml
@@ -38,10 +38,7 @@
38
39
name: Chromatic
40
41
-on:
42
- push:
43
- branches:
44
- - develop
+on: push
45
46
jobs:
47
chromatic-deployment:
@@ -55,11 +52,11 @@ jobs:
55
52
fetch-depth: 0
56
53
ref: ${{ github.event.pull_request.head.sha }}
57
54
58
- - name: Setup Node.js
59
- uses: actions/setup-node@v4
60
- with:
61
- node-version-file: .nvmrc
62
- cache: yarn
+ # - name: Setup Node.js
+ # uses: actions/setup-node@v4
+ # with:
+ # node-version-file: .nvmrc
+ # cache: yarn
63
64
# - name: Restore cache
65
# uses: actions/cache@v4
0 commit comments