Skip to content

Commit

Permalink
ci : 브랜치명 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
HelloWook committed Jan 2, 2025
1 parent 97c181e commit 7d149e6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PR Build Check
on:
pull_request:
branches:
- develope
- main

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: deploy aws
on:
push:
branches:
- develope
- main

jobs:
deploy:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lighthouse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Run lighthouse

on:
pull_request:
branches: develope
branches: main
push:
branches: develope
branches: main

jobs:
lighthouse:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/storybook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: 'Chromatic Deployment'

on:
pull_request:
branches: develope
branches: main
paths:
- '**.stories.tsx'
push:
Expand Down

0 comments on commit 7d149e6

Please sign in to comment.