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 125f45b commit 1dacc94Copy full SHA for 1dacc94
1 file changed
.github/workflows/CI.yml
@@ -44,6 +44,7 @@ jobs:
44
"npx wait-on http://127.0.0.1:6006/ && npm run test-storybook"
45
46
- name: Deploy Storybook
47
+ if: github.event_name != 'pull_request'
48
uses: JamesIves/github-pages-deploy-action@v4
49
with:
50
folder: storybook-static
0 commit comments