Skip to content

Commit

Permalink
Using templates from develop branches to test it and adding workflow …
Browse files Browse the repository at this point in the history
…dispatch call
  • Loading branch information
VeithMetro authored Jun 5, 2024
1 parent bd47267 commit 305443f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/Build ThunderNanoServices on Linux.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
name: Build ThunderNanoServices on Linux

on:
workflow_dispatch:
push:
# branches: ["master"]
pull_request:
branches: ["master"]

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

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

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

0 comments on commit 305443f

Please sign in to comment.