There was an error while loading. Please reload this page.
1 parent 72e515d commit fe11e9fCopy full SHA for fe11e9f
1 file changed
.github/workflows/react-components.yaml
@@ -88,9 +88,11 @@ jobs:
88
uses: actions/configure-pages@v4
89
- name: Upload
90
uses: actions/upload-pages-artifact@v3
91
+ if: success() && github.ref == 'refs/heads/master'
92
with:
93
path: packages/react-components/storybook-static
94
storybook-deploy-pages:
95
96
needs: build-storybook
97
98
permissions:
0 commit comments