Skip to content

Commit 916a55c

Browse files
유미라유미라
authored andcommitted
chore: Rename default branch from 'develop' to 'main'
1 parent a283c85 commit 916a55c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/client-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Client CI/CD
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [main]
66
paths:
77
- 'client/**'
88
- 'core/**'

.github/workflows/docker-compose-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Docker Compose Update
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [main]
66
paths:
77
- 'docker-compose.yml'
88
- '.github/workflows/docker-compose-deploy.yml'

.github/workflows/server-ci-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Server CI/CD
22

33
on:
44
push:
5-
branches: [develop]
5+
branches: [main]
66
paths:
77
- 'server/**'
88
- 'core/**'

0 commit comments

Comments
 (0)