diff options
| author | Shishkevich D. <135337715+shishkevichd@users.noreply.github.com> | 2025-05-10 18:24:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-10 18:24:49 +0300 |
| commit | 295a8b6e379dc0059a8e51503e74baf88bae257d (patch) | |
| tree | e518fcd2abc87344365850116fe0d59da2b4201f /.github | |
| parent | 384e23aeb2e1e3527c008e810424c5b0ec8404cf (diff) | |
chore: Ńonfiguring `paths` for CI
no need for automatic build when changing files that do not affect panel operation
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release.yml | 10 |
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: |
