Skip to content

Commit

Permalink
fix: 타겟 브랜치명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
xodms0309 committed Mar 12, 2024
1 parent 282641c commit 2008859
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@ name: "Deploy Storybook"

on:
pull_request:
branches: [feat/v2, develop]
paths:
- '**.stories.tsx'
push:
branches: [feat/v2, develop]
branches: ['feat/v2', 'develop']
paths:
- '**.stories.tsx'

Expand Down

0 comments on commit 2008859

Please sign in to comment.