From 76cd46ec863c8ef67c40b8afcf8a9f3f2b415392 Mon Sep 17 00:00:00 2001 From: icurfer Date: Sun, 19 Apr 2026 01:06:37 +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 ea839aa..ee527f4 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' jobs: build-and-push: