From 7a9ec1ed8addcdfe2285050f890d89f2dfb19818 Mon Sep 17 00:00:00 2001 From: Brett Hewitson Date: Thu, 9 Dec 2021 22:11:19 +1000 Subject: [PATCH] Update msbuild.yml --- .github/workflows/msbuild.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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.