Skip to content

Commit f236059

Browse files
committed
branch name fix
1 parent 467f464 commit f236059

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy Storybook to GitHub Pages
22

33
on:
44
push:
5-
branches: [main] # or your actual default branch
5+
branches: [storybook-resurrect] # or your actual default branch
66

77
permissions:
88
contents: read
@@ -40,4 +40,3 @@ jobs:
4040
steps:
4141
- uses: actions/deploy-pages@v4
4242
id: deployment
43-

0 commit comments

Comments
 (0)