Skip to content

Commit

Permalink
ci : 브랜치명 변경 (#464)
Browse files Browse the repository at this point in the history
* ci : 브랜치명 변경

* chore : manifest.json 수정

* env : manifest 변경

* chore : stats.html 제거
  • Loading branch information
HelloWook authored Jan 2, 2025
1 parent 97c181e commit f146500
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 12 deletions.
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

0 comments on commit f146500

Please sign in to comment.