ci: version 파일 변경 시에만 트리거하도록 paths 필터 추가
이미지 태그 불변성 보장 및 자동 커밋 루프 방지. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -5,8 +5,12 @@ run-name: ${{ gitea.actor }} is runs ci pipeline
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'version'
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- 'version'
|
||||
# paths-ignore:
|
||||
# - LICENCE
|
||||
# - 'docs/**'
|
||||
|
||||
Reference in New Issue
Block a user