Skip to content

Commit 005e6a9

Browse files
committed
Invoke solution-specific workflows when the solution is changed
Presently they're only invoked when the workflow changes, since everything is already built anyway. However, we do still need to verify that each solution is still behaving when those are changed.
1 parent 5542df7 commit 005e6a9

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build_msbuild_client.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ on:
1212

1313
paths:
1414
- '.github/workflows/build_msbuild_client.yml'
15+
- 'Client.slnx'
1516

1617
pull_request:
1718
branches:
1819
- master
1920

2021
paths:
2122
- '.github/workflows/build_msbuild_client.yml'
23+
- 'Client.slnx'
2224

2325
workflow_dispatch:
2426

.github/workflows/build_msbuild_client_tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ on:
1212

1313
paths:
1414
- '.github/workflows/build_msbuild_client_tools.yml'
15+
- 'ClientTools.slnx'
1516

1617
pull_request:
1718
branches:
1819
- master
1920

2021
paths:
2122
- '.github/workflows/build_msbuild_client_tools.yml'
23+
- 'ClientTools.slnx'
2224

2325
workflow_dispatch:
2426

.github/workflows/build_msbuild_server.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ on:
1212

1313
paths:
1414
- '.github/workflows/build_msbuild_server.yml'
15+
- 'Server.slnx'
1516

1617
pull_request:
1718
branches:
1819
- master
1920

2021
paths:
2122
- '.github/workflows/build_msbuild_server.yml'
23+
- 'Server.slnx'
2224

2325
workflow_dispatch:
2426

.github/workflows/build_msbuild_tools.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ on:
1212

1313
paths:
1414
- '.github/workflows/build_msbuild_tools.yml'
15+
- 'Tools.slnx'
1516

1617
pull_request:
1718
branches:
1819
- master
1920

2021
paths:
2122
- '.github/workflows/build_msbuild_tools.yml'
23+
- 'Tools.slnx'
2224

2325
workflow_dispatch:
2426

0 commit comments

Comments
 (0)