From 55afd4df5da537a11d8d823111eb6a5759aa784a Mon Sep 17 00:00:00 2001 From: dashevchenko Date: Thu, 12 Oct 2023 17:14:57 +0300 Subject: [PATCH] updated github action --- .github/workflows/check-configuration-files.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/check-configuration-files.yml b/.github/workflows/check-configuration-files.yml index bccf181bf1..0b292ded79 100644 --- a/.github/workflows/check-configuration-files.yml +++ b/.github/workflows/check-configuration-files.yml @@ -22,6 +22,13 @@ on: pull_request: paths: - 'application/src/main/resources/thingsboard.yml' + - 'transport/http/src/main/resources/tb-http-transport.yml' + - 'transport/http/src/main/resources/tb-mqtt-transport.yml' + - 'transport/http/src/main/resources/tb-coap-transport.yml' + - 'transport/http/src/main/resources/tb-lwm2m-transport.yml' + - 'transport/http/src/main/resources/tb-snmp-transport.yml' + - 'msa/vc-executor/src/main/resources/tb-vc-executor.yml' + jobs: build: name: Check thingsboard.yml file