From 295a8b6e379dc0059a8e51503e74baf88bae257d Mon Sep 17 00:00:00 2001 From: "Shishkevich D." <135337715+shishkevichd@users.noreply.github.com> Date: Sat, 10 May 2025 22:24:49 +0700 Subject: [PATCH] =?UTF-8?q?chore:=20=D1=81onfiguring=20`paths`=20for=20CI?= =?UTF-8?q?=20no=20need=20for=20automatic=20build=20when=20changing=20file?= =?UTF-8?q?s=20that=20do=20not=20affect=20panel=20operation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0526569f..5c10d5a0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,6 +7,16 @@ on: push: branches: - main + paths: + - '**.js' + - '**.css' + - '**.html' + - '**.go' + - '**.sh' + - '**.go' + - 'go.mod' + - 'go.sum' + - 'x-ui.service' jobs: build: