Skip to content

Commit

Permalink
chore: main.yml 파일 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
mahwin committed Nov 20, 2023
1 parent 180ff04 commit 5e205be
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
name: fe-dev 브랜치 깃허브 페이지스에 배포
on:
push: # fe-dev 브랜치에 push가 되었을 때 실행해라!
pull_request: # fe-dev 브랜치에 pr이 Merge 됐을 때 실행해라!
branches: ["fe-dev"]
types: closed
jobs:
build:
runs-on: ubuntu-20.04(ubuntu-latest)
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Install Dependencies # 의존 파일 설치
run: pnpm install
Expand Down

0 comments on commit 5e205be

Please sign in to comment.