From e88c4c23e72be3e6ee698aaa5d7ad816fc0a96d1 Mon Sep 17 00:00:00 2001 From: LinuxChata Date: Wed, 15 Jul 2026 16:56:19 +0200 Subject: [PATCH] Update build.yml to include new file paths Added additional paths to trigger workflows on changes. --- .github/workflows/build.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7e7ace68..f2114625 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,6 +11,9 @@ on: - .github/** - src/** - tests/** + - Directory.Build.props + - Directory.Build.targets + - Directory.Packages.props pull_request: branches: - main @@ -18,6 +21,9 @@ on: - .github/** - src/** - tests/** + - Directory.Build.props + - Directory.Build.targets + - Directory.Packages.props jobs: build: