Dictionary: Fix modified event does not trigger when sub folder is mo… #929
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 |