Skip to content

Commit

Permalink
chore: 수동 배포 버튼 추가 (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
pilyang authored Jul 27, 2023
1 parent 4feac43 commit e6cf9a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-dev-branch-build-and-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
name: backend Java CD with Gradle

on:
workflow_dispatch:
pull_request:
types:
- closed
Expand All @@ -21,7 +22,7 @@ permissions:

jobs:
build-and-upload:
if: github.event.pull_request.merged == true
# if: github.event.pull_request.merged == true
runs-on: ubuntu-22.04

steps:
Expand Down

0 comments on commit e6cf9a6

Please sign in to comment.