Skip to content

Commit ef37037

Browse files
committed
Only publish storybook if it's a push on main
1 parent 65864ce commit ef37037

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
deploy_storybook:
3939
runs-on: ubuntu-latest
40+
if: github.event_name == 'push'
4041
needs: test
4142
steps:
4243
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)