Skip to content

Commit

Permalink
chore: main 기반으로 배포되게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
jhj2713 committed Aug 23, 2024
1 parent cb70437 commit 7f64f23
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/admin_push.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: HybridJGS-FE Dev Production
name: HybridJGS-FE Main Production

on:
push:
branches:
- dev
- main
paths:
- 'admin/**'
- "admin/**"

jobs:
build-and-deploy-admin:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/client_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name: Build and Comment
on:
pull_request:
branches:
- main
- dev
paths:
- "client/**"
Expand Down
7 changes: 3 additions & 4 deletions .github/workflows/client_push.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: HybridJGS-FE Dev Production
name: HybridJGS-FE Main Production

on:
push:
branches:
- dev
- main
paths:
- 'client/**'
- "client/**"

jobs:
build-and-deploy-client:
Expand All @@ -31,7 +31,6 @@ jobs:
- name: Install dependencies
run: yarn
working-directory: ${{ env.working-directory }}


- name: Create .env file
run: |
Expand Down

0 comments on commit 7f64f23

Please sign in to comment.