Skip to content

Commit

Permalink
Use the development workflow to test the changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VeithMetro authored Nov 6, 2024
1 parent dca8fba commit 93dfbcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Build Thunder on MacOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build Thunder on MacOS
on:
workflow_dispatch:
push:
branches: ["master"]
branches: ["development/Actions-macOS"] # change to master
paths-ignore:
- 'doc/**'
- 'docs/**'
Expand All @@ -17,7 +17,7 @@ on:

jobs:
Thunder:
uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@master
uses: rdkcentral/Thunder/.github/workflows/MacOS build template.yml@development/Actions-macOS # change to master

# ThunderInterfaces:
# needs: Thunder
Expand Down

0 comments on commit 93dfbcf

Please sign in to comment.