Skip to content

Commit

Permalink
Updated check configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-babak committed Oct 18, 2024
1 parent 2f08feb commit 9240496
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/check-configuration-files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ on:
- master
pull_request:
paths:
- 'application/src/main/resources/thingsboard.yml'
- 'application/src/main/resources/tb-edge.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'
- 'transport/mqtt/src/main/resources/tb-mqtt-transport.yml'
- 'transport/coap/src/main/resources/tb-coap-transport.yml'
- 'transport/lwm2m/src/main/resources/tb-lwm2m-transport.yml'
- 'transport/snmp/src/main/resources/tb-snmp-transport.yml'
- 'msa/vc-executor/src/main/resources/tb-vc-executor.yml'

jobs:
build:
name: Check thingsboard.yml file
name: Check tb-edge.yml file
runs-on: ubuntu-20.04
steps:
- name: Checkout code
Expand Down

0 comments on commit 9240496

Please sign in to comment.