chore: сonfiguring paths for CI

no need for automatic build when changing files that do not affect panel operation
This commit is contained in:
Shishkevich D. 2025-05-10 22:24:49 +07:00 committed by GitHub
parent 20d5901b44
commit 9556d981ab

View file

@ -7,6 +7,16 @@ on:
push:
branches:
- main
paths:
- '**.js'
- '**.css'
- '**.html'
- '**.go'
- '**.sh'
- '**.go'
- 'go.mod'
- 'go.sum'
- 'x-ui.service'
jobs:
build: