Skip to content

Commit

Permalink
Merge pull request #108 from SSUMC-7th/woody/#107
Browse files Browse the repository at this point in the history
[CI] CI/CD 파이프라인 구축 - Woody
  • Loading branch information
2ghrms authored Dec 26, 2024
2 parents 0949ac4 + 238410b commit 70de720
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: UMC Dev CI/CD

on:
pull_request:
types: [closed]
workflow_dispatch: # (2).수동 실행도 가능하도록

jobs:
build:
runs-on: ubuntu-latest # (3).OS환경
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'woody/main'

0 comments on commit 70de720

Please sign in to comment.