Skip to content

Commit

Permalink
chore: develop에 pr할 때마다 자동 배포 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
feb-dain committed Aug 9, 2023
1 parent 07accb6 commit 7dc84f6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: Deploy static content to Pages

on:
pull_request:
branches:
- develop
push:
branches: ['develop', 'main']

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Storybook Deployment
on:
pull_request:
branches:
- develop
push:
branches: ['develop', 'main']
jobs:
Expand Down

0 comments on commit 7dc84f6

Please sign in to comment.