Skip to content

Commit

Permalink
Feature/#173 깃 액션 빌드조건 변경 (#174)
Browse files Browse the repository at this point in the history
* feat: 백엔드 조건 변경

#173

* feat: 프론트 조건 변경

#173
  • Loading branch information
llddang authored Aug 26, 2024
1 parent 3fb4066 commit 85548d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/back-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: back-build-test

on:
pull_request:
branches: ["main"]
branches: ["develop"]
workflow_dispatch:

jobs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/front-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: front-build-test

on:
pull_request:
branches: [ "main" ]
branches: ["develop"]
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 85548d5

Please sign in to comment.