Skip to content

Commit

Permalink
test: deploy + setup action
Browse files Browse the repository at this point in the history
  • Loading branch information
BangDori committed Apr 9, 2024
1 parent 4d8b628 commit 80e165c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Continuous Deployment

on:
pull_request:
branches: ['feature/PW-249-cicd']
push:
branches: ['develop']
workflow_dispatch:
Expand Down Expand Up @@ -37,6 +39,7 @@ jobs:
- name: Reuse setup action
uses: ./.github/actions/setup

# 7. Yarn 빌드 파일 생성
- name: Yarn build
run: yarn build

Expand Down

0 comments on commit 80e165c

Please sign in to comment.