Skip to content

Commit fd7f3d4

Browse files
committed
ci: change branches from main to v1.0
1 parent 54b75af commit fd7f3d4

9 files changed

+17
-17
lines changed

.github/workflows/auth-service-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Auth Service Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.0]
66
paths:
77
- src/auth-service/**
88
pull_request:
9-
branches: [main]
9+
branches: [v1.0]
1010
paths:
1111
- src/auth-service/**
1212

.github/workflows/character-service-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Character Service Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.0]
66
paths:
77
- src/character-service/**
88
pull_request:
9-
branches: [main]
9+
branches: [v1.0]
1010
paths:
1111
- src/character-service/**
1212

.github/workflows/chat-service-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Chat Service Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.0]
66
paths:
77
- src/chat-service/**
88
pull_request:
9-
branches: [main]
9+
branches: [v1.0]
1010
paths:
1111
- src/chat-service/**
1212

.github/workflows/frontend-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Frontend Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.0]
66
paths:
77
- src/frontend/**
88
pull_request:
9-
branches: [main]
9+
branches: [v1.0]
1010
paths:
1111
- src/frontend/**
1212
workflow_run:

.github/workflows/game-service-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ name: Game Service Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.0]
66
paths:
77
- src/game-service/Game.Application/**
88
- src/game-service/Game.PhysicsTests/**
99
pull_request:
10-
branches: [main]
10+
branches: [v1.0]
1111
paths:
1212
- src/game-service/Game.Application/**
1313
- src/game-service/Game.PhysicsTests/**

.github/workflows/gameprovider-service-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: GameProvider Service Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.0]
66
paths:
77
- src/gameprovider-service/**
88
pull_request:
9-
branches: [main]
9+
branches: [v1.0]
1010
paths:
1111
- src/gameprovider-service/**
1212

.github/workflows/interest-management-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Interest Management Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.0]
66
paths:
77
- lib/interest-management/**
88
pull_request:
9-
branches: [main]
9+
branches: [v1.0]
1010
paths:
1111
- lib/interest-management/**
1212

.github/workflows/release-k8s-manifests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Release Kubernetes Manifests
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.0]
66
paths:
77
- kustomize/**
88

.github/workflows/unity-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Unity Build
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [v1.0]
66
paths:
77
- src/maple-fighters/**
88
pull_request:
9-
branches: [main]
9+
branches: [v1.0]
1010
paths:
1111
- src/maple-fighters/**
1212
workflow_dispatch:

0 commit comments

Comments
 (0)