Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShishkevich D. <135337715+shishkevichd@users.noreply.github.com>2025-05-10 18:24:49 +0300
committerGitHub <noreply@github.com>2025-05-10 18:24:49 +0300
commit295a8b6e379dc0059a8e51503e74baf88bae257d (patch)
treee518fcd2abc87344365850116fe0d59da2b4201f
parent384e23aeb2e1e3527c008e810424c5b0ec8404cf (diff)
chore: сonfiguring `paths` for CI
no need for automatic build when changing files that do not affect panel operation
-rw-r--r--.github/workflows/release.yml10
1 files changed, 10 insertions, 0 deletions
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: