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 ]