Skip to content

Commit

Permalink
infra: pull_request시 Github Actions 동작하도록 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRivaski committed Aug 6, 2024
1 parent ae13011 commit 8f71e43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name: CI/CD test

on:
pull_request:
types: [closed]
branches: "develop"

jobs:
build:
if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'
# if: github.event.pull_request.merged == true && github.event.pull_request.base.ref == 'develop'
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 8f71e43

Please sign in to comment.