Skip to content

Commit 170ee7b

Browse files
committed
fix github action yml
1 parent 5bc2631 commit 170ee7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Deploy Storybook to Pages
22

33
on:
44
push:
5-
branch:
6-
- 'main'
5+
branches:
6+
- storybook
77
tags:
88
- 'v[0-9]+.[0-9]+.[0-9]+'
99

0 commit comments

Comments
 (0)