From 6dbdc9bd90847e82c99eb724909bc245981d0335 Mon Sep 17 00:00:00 2001 From: q Date: Mon, 20 Oct 2025 13:45:26 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B7=A5=E4=BD=9C=E6=B5=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f19c756..66c3ab4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -3,6 +3,14 @@ name: 编译项目 on: push: branches: [ main, master ] + paths-ignore: + - 'bin/**' + - '.github/**' + - '.mvn/**' + - '.run/**' + - '.vscode/**' + - '*.txt' + - '*.md' pull_request: branches: [ main, master ]