From eec0a210058d46f7613b190059e1709e8a05f78f Mon Sep 17 00:00:00 2001 From: RaidMax Date: Sat, 29 Jun 2024 00:00:38 -0500 Subject: [PATCH] update application build triggers --- .github/workflows/build_application.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build_application.yml b/.github/workflows/build_application.yml index 3ff3d73e..23a45f55 100644 --- a/.github/workflows/build_application.yml +++ b/.github/workflows/build_application.yml @@ -5,6 +5,10 @@ on: branches: [ develop, release/pre, master ] paths: - Application/** + - WebfrontCore/** + - Data/** + - SharedLibraryCore/** + - Plugins/** - .github/workflows/build_application.yml pull_request: branches: [ develop ]