소스 검색

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

Shishkevich D. 3 일 전
부모
커밋
295a8b6e37
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  1. 10 0
      .github/workflows/release.yml

+ 10 - 0
.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: