Skip to content

Commit 5c6a7c1

Browse files
authored
Update build-server.yml
1 parent dfad51b commit 5c6a7c1

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

‎.github/workflows/build-server.yml‎

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,18 @@ name: Build and Package ValleyServer
33
on:
44
push:
55
branches: [ "main", "master" ]
6+
paths:
7+
- '**.cs'
8+
- '**.csproj'
9+
- '**.slnx'
10+
- 'src/**'
611
pull_request:
712
branches: [ "main", "master" ]
13+
paths:
14+
- '**.cs'
15+
- '**.csproj'
16+
- '**.slnx'
17+
- 'src/**'
818
workflow_dispatch: # 支持在 GitHub 网页上手动点击触发构建
919

1020
jobs:

0 commit comments

Comments
 (0)