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 384e23aeb2
commit 295a8b6e37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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