From 8ddf27f749a3ead6d6e3da573fc8f6d5334f3112 Mon Sep 17 00:00:00 2001 From: icurfer Date: Sun, 19 Apr 2026 01:06:36 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20version=20=ED=8C=8C=EC=9D=BC=20=EB=B3=80?= =?UTF-8?q?=EA=B2=BD=20=EC=8B=9C=EC=97=90=EB=A7=8C=20=ED=8A=B8=EB=A6=AC?= =?UTF-8?q?=EA=B1=B0=ED=95=98=EB=8F=84=EB=A1=9D=20paths=20=ED=95=84?= =?UTF-8?q?=ED=84=B0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 이미지 태그 불변성 보장 및 자동 커밋 루프 방지. Co-Authored-By: Claude Opus 4.7 (1M context) --- .github/workflows/build.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 27d09d2..2a2c497 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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/**'