Skip to content

Commit

Permalink
Adding branch restriction back and using templates from masters
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Jun 5, 2024
1 parent 6fc2c0f commit c977061
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/Build ThunderNanoServicesRDK on Linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@ name: Build ThunderNanoServicesRDK on Linux
on:
workflow_dispatch:
push:
# branches: ["master"]
branches: ["master"]
pull_request:
branches: ["master"]

jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@development/actions-checkouts
uses: rdkcentral/Thunder/.github/workflows/Linux build template.yml@master

ThunderInterfaces:
needs: Thunder
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@development/actions-checkouts
uses: rdkcentral/ThunderInterfaces/.github/workflows/Linux build template.yml@master

ThunderNanoServicesRDK:
needs: ThunderInterfaces
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@development/actions-checkouts
uses: WebPlatformForEmbedded/ThunderNanoServicesRDK/.github/workflows/Linux build template.yml@master

0 comments on commit c977061

Please sign in to comment.