فهرست منبع

chore: сonfiguring `paths` for CI
no need for automatic build when changing files that do not affect panel operation

Shishkevich D. 10 ماه پیش
والد
کامیت
295a8b6e37
1فایلهای تغییر یافته به همراه10 افزوده شده و 0 حذف شده
  1. 10 0
      .github/workflows/release.yml

+ 10 - 0
.github/workflows/release.yml

@@ -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: