Skip to content

Commit

Permalink
fix: build 조건 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
haeun1107 committed Aug 2, 2024
1 parent 03dad84 commit 4f970d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: AECOFARM Dev CI/CD

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

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

steps:
- name: Checkout
Expand Down

0 comments on commit 4f970d7

Please sign in to comment.