1 parent dfad51b commit 5c6a7c1Copy full SHA for 5c6a7c1
1 file changed
.github/workflows/build-server.yml
@@ -3,8 +3,18 @@ name: Build and Package ValleyServer
3
on:
4
push:
5
branches: [ "main", "master" ]
6
+ paths:
7
+ - '**.cs'
8
+ - '**.csproj'
9
+ - '**.slnx'
10
+ - 'src/**'
11
pull_request:
12
13
14
15
16
17
18
workflow_dispatch: # 支持在 GitHub 网页上手动点击触发构建
19
20
jobs:
0 commit comments