Skip to content

Dictionary: Fix modified event does not trigger when sub folder is modified #923

Dictionary: Fix modified event does not trigger when sub folder is modified

Dictionary: Fix modified event does not trigger when sub folder is modified #923

name: Build ThunderNanoServices on Linux
permissions:
contents: read
on:
workflow_dispatch:
push:
branches: ["master"]
pull_request:
branches: ["master"]
jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master
ThunderInterfaces:
needs: Thunder
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master
ThunderNanoServices:
needs: ThunderInterfaces
uses: rdkcentral/ThunderNanoServices/.github/workflows/Linux build template.yml@master