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 65864ce commit ef37037Copy full SHA for ef37037
.github/workflows/ci.yaml
@@ -37,6 +37,7 @@ jobs:
37
38
deploy_storybook:
39
runs-on: ubuntu-latest
40
+ if: github.event_name == 'push'
41
needs: test
42
steps:
43
- uses: actions/checkout@v3
0 commit comments