Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci : 브랜치명 변경 #464

Merged
merged 4 commits into from
Jan 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
.pnp.loader.mjs linguist-vendored
vite_cache/* linguist-vendored
.yarn/* linguist-vendored
stats.html linguist-vendored
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
14 changes: 7 additions & 7 deletions public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"name": "My PWA App",
"short_name": "PWA App",
"description": "This is my Progressive Web App!",
"theme_color": "#ffffff",
"background_color": "#ffffff",
"name": "Bottler",
"short_name": "Bottler",
"description": "편지로 서로의 마음을 나눠요",
"theme_color": "#50bcdf",
"background_color": "#50bcdf",
"start_url": "/",
"display": "standalone",
"icons": [
{
"src": "sample_icon.svg",
"src": "icon-192x192.svg",
"sizes": "192x192",
"type": "image/svg+xml"
},
{
"src": "sample_icon.svg",
"src": "icon-512x512.svg",
"sizes": "512x512",
"type": "image/svg+xml"
}
Expand Down
Loading