Browse Source

updated github action

pull/9397/head
dashevchenko 3 years ago
parent
commit
55afd4df5d
  1. 7
      .github/workflows/check-configuration-files.yml

7
.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

Loading…
Cancel
Save