From 110c83725e07c27edffb0bde6e08fcf7849e76e2 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 14 Jul 2023 08:43:41 +0800 Subject: [PATCH] Update build-and-test.yml --- .github/workflows/build-and-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index acbc322f12..c2b1557405 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -16,6 +16,7 @@ on: - 'templates/**/*.cshtml' - 'templates/**/*.csproj' - 'templates/**/*.razor' + - 'Directory.Build.props' pull_request: paths: @@ -31,6 +32,7 @@ on: - 'templates/**/*.cshtml' - 'templates/**/*.csproj' - 'templates/**/*.razor' + - 'Directory.Build.props' types: - opened - synchronize