From 82086fcf64fe6730713ff360fe5fd2b6557645ed Mon Sep 17 00:00:00 2001 From: wonho Date: Fri, 31 Oct 2025 09:15:58 +0900 Subject: [PATCH] =?UTF-8?q?GitHub=20Actions=20workflow=20=EC=9E=90?= =?UTF-8?q?=EB=8F=99=20=EC=8B=A4=ED=96=89=20=EB=B9=84=ED=99=9C=EC=84=B1?= =?UTF-8?q?=ED=99=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - pull_request 트리거 주석 처리하여 PR 시 자동 실행 방지 - workflow_dispatch만 활성화하여 수동 실행만 가능하도록 변경 --- .github/workflows/backend-cicd.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/backend-cicd.yaml b/.github/workflows/backend-cicd.yaml index 4a88b37..c234893 100644 --- a/.github/workflows/backend-cicd.yaml +++ b/.github/workflows/backend-cicd.yaml @@ -9,12 +9,12 @@ on: # - '*-service/**' # - '.github/workflows/backend-cicd.yaml' # - '.github/kustomize/**' - pull_request: - branches: - - develop - - main - paths: - - '*-service/**' + # pull_request: + # branches: + # - develop + # - main + # paths: + # - '*-service/**' workflow_dispatch: inputs: environment: