diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index b8d8436f..893a2c07 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -1,6 +1,10 @@ name: Build server manager applications - servermanagers -on: [push] +on: + push: + paths: + - './src/**' + workflow_dispatch: env: # Path to the solution file relative to the root of the project.