Skip to content

Commit

Permalink
Adding on workflow_dispatch and making sure the template from develop…
Browse files Browse the repository at this point in the history
… branch will be triggered
  • Loading branch information
VeithMetro authored Jun 3, 2024
1 parent fec5070 commit 6b31912
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/Build ThunderNanoServicesRDK on Linux.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: Build ThunderNanoServicesRDK on Linux

on:
workflow_dispatch:
push:
# branches: ["master"]
pull_request:
Expand All @@ -16,4 +17,4 @@ jobs:

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

0 comments on commit 6b31912

Please sign in to comment.