From e7d7d02a553410c95b39d947610ff9640ad7b963 Mon Sep 17 00:00:00 2001 From: Banghao Chi <125724218+BiboyQG@users.noreply.github.com> Date: Mon, 22 Sep 2025 10:54:33 -0500 Subject: [PATCH] ci(release): add paths-ignore to avoid release on non-code changes (#132) --- .github/workflows/release.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 039715d..acc361f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -3,6 +3,22 @@ name: Build and Release on: push: branches: [ main ] + paths-ignore: + - 'README.md' + - 'README_EN.md' + - 'CLAUDE.md' + - '.all-contributorsrc' + - '.gitignore' + - '.claude/**' + - '.cursor/**' + - '.github/**' + - '.vscode/**' + - 'assets/**' + - 'configs/**' + - 'cookies/**' + - 'docs/**' + - 'donate/**' + - 'examples/**' workflow_dispatch: permissions: