Skip to content

Commit

Permalink
chore: 워크플로 작동조건 제한
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Oct 26, 2023
1 parent 734ae57 commit ba0de30
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: 프로덕션 워크플로우
on:
push:
branches: [ 'main' ]
paths:
- 'src/**' # 어드민 API 코드가 변경된 경우
- '.github/workflows/**' # 워크플로우와 관련된 파일이 변경된 경우
- 'build.gradle.kts' # Parent Gradle 모듈 설정이 변경된 경우
- 'settings.gradle' # Parent Gradle 설정이 변경된 경우

concurrency:
group: api
Expand Down

0 comments on commit ba0de30

Please sign in to comment.