Skip to content

Commit

Permalink
fix: CI/CD script 변경 및 git flow 구축
Browse files Browse the repository at this point in the history
  • Loading branch information
Dunkkkk committed Aug 12, 2024
1 parent ed5862a commit 0727f81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.cd.dev.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Deploy
on:
pull_request:
types: [opened]
branches:
- develop
jobs:
Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/ci.cd.prod.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
name: Deploy
on:
push:
pull_request:
types: [closed]
branches:
- main

jobs:
build:
pr-merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-24.04

steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand Down

0 comments on commit 0727f81

Please sign in to comment.