From 2607b09f17e17b79bc1c090642c2096057957aad Mon Sep 17 00:00:00 2001 From: Collin Barrett <6483057+collinbarrett@users.noreply.github.com> Date: Mon, 26 May 2025 16:31:40 -0500 Subject: [PATCH] fix: trigger build on Directory.Build.props --- .github/workflows/directory.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/directory.yml b/.github/workflows/directory.yml index ed8371962..46a91e4e3 100644 --- a/.github/workflows/directory.yml +++ b/.github/workflows/directory.yml @@ -6,6 +6,7 @@ on: - main paths: - .github/workflows/directory.yml + - services/Directory.Build.props - services/Directory/** - services/FilterLists.ServiceDefaults/** pull_request: