mirror of
https://github.com/ktds-dg0501/kt-event-marketing.git
synced 2025-12-06 13:26:23 +00:00
GitHub Actions workflow 자동 실행 비활성화
- pull_request 트리거 주석 처리하여 PR 시 자동 실행 방지 - workflow_dispatch만 활성화하여 수동 실행만 가능하도록 변경
This commit is contained in:
parent
bd4cd83fa0
commit
82086fcf64
12
.github/workflows/backend-cicd.yaml
vendored
12
.github/workflows/backend-cicd.yaml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user