Skip to content

Commit fe11e9f

Browse files
committed
Update wf
1 parent 72e515d commit fe11e9f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/react-components.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,9 +88,11 @@ jobs:
8888
uses: actions/configure-pages@v4
8989
- name: Upload
9090
uses: actions/upload-pages-artifact@v3
91+
if: success() && github.ref == 'refs/heads/master'
9192
with:
9293
path: packages/react-components/storybook-static
9394
storybook-deploy-pages:
95+
if: success() && github.ref == 'refs/heads/master'
9496
needs: build-storybook
9597

9698
permissions:

0 commit comments

Comments
 (0)