GitHub Actions workflow push 이벤트 비활성화
- push 트리거를 주석 처리하여 자동 실행 방지 - Pull Request 생성 시에만 자동 실행 - 수동 실행(workflow_dispatch)은 계속 가능 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
ab39c76585
commit
857fa5501c
16
.github/workflows/backend-cicd.yaml
vendored
16
.github/workflows/backend-cicd.yaml
vendored
@ -1,14 +1,14 @@
|
||||
name: Backend CI/CD Pipeline
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- develop
|
||||
- main
|
||||
paths:
|
||||
- '*-service/**'
|
||||
- '.github/workflows/backend-cicd.yaml'
|
||||
- '.github/kustomize/**'
|
||||
# push:
|
||||
# branches:
|
||||
# - develop
|
||||
# - main
|
||||
# paths:
|
||||
# - '*-service/**'
|
||||
# - '.github/workflows/backend-cicd.yaml'
|
||||
# - '.github/kustomize/**'
|
||||
pull_request:
|
||||
branches:
|
||||
- develop
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user