Skip to content

Commit

Permalink
ci: change branches from main to v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
codingben committed May 20, 2023
1 parent 54b75af commit fd7f3d4
Show file tree
Hide file tree
Showing 9 changed files with 17 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auth-service-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Auth Service Build

on:
push:
branches: [main]
branches: [v1.0]
paths:
- src/auth-service/**
pull_request:
branches: [main]
branches: [v1.0]
paths:
- src/auth-service/**

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/character-service-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Character Service Build

on:
push:
branches: [main]
branches: [v1.0]
paths:
- src/character-service/**
pull_request:
branches: [main]
branches: [v1.0]
paths:
- src/character-service/**

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/chat-service-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Chat Service Build

on:
push:
branches: [main]
branches: [v1.0]
paths:
- src/chat-service/**
pull_request:
branches: [main]
branches: [v1.0]
paths:
- src/chat-service/**

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/frontend-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Frontend Build

on:
push:
branches: [main]
branches: [v1.0]
paths:
- src/frontend/**
pull_request:
branches: [main]
branches: [v1.0]
paths:
- src/frontend/**
workflow_run:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/game-service-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: Game Service Build

on:
push:
branches: [main]
branches: [v1.0]
paths:
- src/game-service/Game.Application/**
- src/game-service/Game.PhysicsTests/**
pull_request:
branches: [main]
branches: [v1.0]
paths:
- src/game-service/Game.Application/**
- src/game-service/Game.PhysicsTests/**
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/gameprovider-service-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: GameProvider Service Build

on:
push:
branches: [main]
branches: [v1.0]
paths:
- src/gameprovider-service/**
pull_request:
branches: [main]
branches: [v1.0]
paths:
- src/gameprovider-service/**

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/interest-management-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Interest Management Build

on:
push:
branches: [main]
branches: [v1.0]
paths:
- lib/interest-management/**
pull_request:
branches: [main]
branches: [v1.0]
paths:
- lib/interest-management/**

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-k8s-manifests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release Kubernetes Manifests

on:
push:
branches: [main]
branches: [v1.0]
paths:
- kustomize/**

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/unity-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: Unity Build

on:
push:
branches: [main]
branches: [v1.0]
paths:
- src/maple-fighters/**
pull_request:
branches: [main]
branches: [v1.0]
paths:
- src/maple-fighters/**
workflow_dispatch:
Expand Down

0 comments on commit fd7f3d4

Please sign in to comment.